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...
Found out that on the staging server the database is not local & it's located in other server. T...
tdhsmith said: If you wish to prevent those users from logging in, you can add the check directly t...
Probably error is in routes.php file Please try to leave in routes.php only line: Route::post('auth/...
The Laravel portal for problem solving, knowledge sharing and community building.
The community