I'm using creolab/laravel-modules to create an application and the administration area will be a mod...
I need to have some validation rules based on configuration files (those at app/config), so the rule...
As I have asked a few times before, I'm developing a website/CMS to a game server for which I can no...
I have a controller with a method for when the user wants to soft-delete his record (Character model...
My application has to adapt to an existing database which uses integer timestamps instead of string...
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.
The community