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...
So the idea is that each model has a primary key (id). But you link the models to each other with ot...
Yeah, just as I thought. Try Merchant::where('user_id', $user->id)->first() instead of Merchan...
That's because $user->id isn't the same as $merchant->id or $customer->id. Don't those mode...
I think it's a good start to check if each property you're referring to in your view is actually a D...
Hmm can you perhaps look at C:\laragon\www\orhrepo\orhrepo\storage\logs\laravel.log and see if you h...
The Laravel portal for problem solving, knowledge sharing and community building.