Laravel 4.2 I have this code: DB::flushQueryLog(); $album_list = Album::with(['first_photo'])->wh...
I have status field for users and want to check whether user has active status before authenticate h...
My application is quite simple, I want to calculate result from given values and return the result t...
How to call mutator if I don't have that field in $request->all() input fields? In my model: publ...
I want to deploy my app to VPS. I configured my server, so I can push my files there, but my app als...
Thank you very much for such clear explanation @EspadaV8. As I understand, to deploy Laravel project...
Thank you for your reply. I googled quite a lot and finally figured out: Laravel app does not requ...
Thank you for your replies. rberlin01 said: Your route is calling a controller, but not the functio...
Thank you for your reply. I forgot about this issue and left it. Now I just ran my app php artisan s...
The Laravel portal for problem solving, knowledge sharing and community building.