I'm trying to generate URLs on the view for some routes, so I have the freedom to change their URLs...
I am creating an application with a control panel for two different versions of a server, and they m...
I have a set of keys which are written in CamelCase (they are part of another software, I cannot sim...
I need a comprehensive guide on how to do it. I already tried LaravelGuard from Jeffrey Way (which d...
I need some configuration to be changeable by a logged in user, and at first I thought at a file ins...
yfktn said: What if you put that in static function of boot method in your model? Hmm I totally fo...
You may use the following code: dd($your_query->toSql()); Then access the page and your code wil...
You don't even need to rename the method. You can use: Route::get('annoncer/opret', 'YourController@...
One more fix: when I use relations (such as hasMany specifically in this case), they get broken sinc...
That's great. I used to get in a lot of trouble with bootstrap before abandoning it in favor of more...
The Laravel portal for problem solving, knowledge sharing and community building.