Peerlist is a brilliant platform for devs, why not join using my link below?
peerlist.io/jamesking/si...
Peerlist is a brilliant platform for devs, why not join using my link below?
peerlist.io/jamesking/si...
We're currently building a site that uses Simple Commerce but we haven't gone live yet. Should I switch to Cargo? Is Simple Commerce going to effectively become deprecated? Does Cargo work with Statamic 5?
Surprised you're still available in the UK
Posted too soon?
One of the best tools when dealing with multiple storage providers, rclone: rclone.org
Minecraft built-in web browser
Anyone else think that #laravel needs something better for Acceptance Testing? Dusk seems a bit underpowered and Cypress gets quite complicated. It feels like to me we need something like PestPHP but for Acceptance Testing
Yeah there does seem to be a big push with AI on there. I've just started a German language course so seeing how it goes!
Bit of a Dark Pattern I spotted today in Duolingo!
Duolingo doesn't tell you the price of its premium subscriptions until you finish the trial period, it doesn't even advertise its prices on the web.
Very strange and not something I've ever seen an app do
Is anyone in the IT technical support field looking for a new UK worker? A good friend of mine is looking for a change of career, currently getting their CCNA, but wants to get some commercial experience. Please DM me for more details.
Any #laravel server infrastructure experts who can help me with something? Looking for a cost-effective large scalability solution for a queue worker heavy app. DM me :)
I find Dusk is quite bloated and becomes quite difficult to use in CI environments. As for Cypress, you get a nice UI that pops up and seems a lot faster and easier to deal with (for CI as well). I use this package to integrate Cypress with Laravel:
github.com/laracasts/cy...
Tried both but prefer Cypress, feels faster and easier to write tests
π€―Didn't know you could group like this
You can still use Jetstream with Laravel 12
No
π€―Me too! Thanks for this!
https://github.com/laravel/laravel/pull/6542
Its a great feeling when Taylor merges your PR into #laravel π
Bring back Lumen
Yes! Needs to be suggested for PHP 8.5
Thanks, I hope it helps!
Genuine question, is Jetbrains AI any good for #laravel projects?
Screenshot showing truncated exception message
Turns your exceptions from this image, into showing the full HTML responseβ¨
Quick Tip:
Laravel's HTTP client truncates thrown exceptions by default which can make it difficult to debug issues with the HTTP client requests.
β¨Add this to your AppServiceProvider to get the full exception:
RequestException::dontTruncate();
#laravel #php