This week we shipped Laravel 9.0 - the exciting next chapter in our journey to make web development...
I'm very happy to say that Tom and I finally launched PHP GitHub Sponsors, a package for PHP to inte...
This blog post is about a (failed) attempt at introducing dark mode for our logo SVG's in the readme...
Hi everyone, As most of you know we've recently had quite some forum and pastebin spam here. We've b...
Markdown Forum posts can be marked up in a number of ways. For one, it supports a basic Markdown imp...
Hey subzero, You might want to look into CQRS and CQS. Hope this helps!
Hey farhadkb6868, Can you share the code from your test as well?
Hey Carlo, Here's a fairly extensive example to upload multiple files. It's for Laravel 5.4 but it s...
Btw you might want to take a look at foreign keys which help you prevent these things: https://larac...
Exactly. You'll need to do App/Models/Customer::where('user_id', $user->id)->first(); instead....
The Laravel portal for problem solving, knowledge sharing and community building.