Support the ongoing development of Laravel.io →

4unkur

Joined 15 Aug 2015

Statistics

Threads 9
Replies 17
Solutions 2
Articles 0
posted 7 years ago

DB::getQueryLog() wrong execution time

Laravel 4.2 I have this code: DB::flushQueryLog(); $album_list = Album::with(['first_photo'])->wh...

0 Likes
1 Replies
Solved
posted 8 years ago

Status check on authentication

I have status field for users and want to check whether user has active status before authenticate h...

0 Likes
3 Replies
Solved

Lumen keeps throwing TokenMismatchException

My application is quite simple, I want to calculate result from given values and return the result t...

0 Likes
2 Replies

Call a mutator

How to call mutator if I don't have that field in $request->all() input fields? In my model: publ...

0 Likes
2 Replies
Solved

L5 deployment on VPS

I want to deploy my app to VPS. I configured my server, so I can push my files there, but my app als...

0 Likes
6 Replies
replied 7 years ago

DB::getQueryLog() wrong execution time

Found out that on the staging server the database is not local & it's located in other server. T...

0 Likes
Solved
replied 8 years ago

Status check on authentication

tdhsmith said: If you wish to prevent those users from logging in, you can add the check directly t...

0 Likes
replied 8 years ago

Call a mutator

Thanks @mrabbani

0 Likes
replied 8 years ago

Getting a NotFoundHttpException

Probably error is in routes.php file Please try to leave in routes.php only line: Route::post('auth/...

0 Likes
Solved
replied 8 years ago
0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.