Support the ongoing development of Laravel.io →
4unkur

4unkur

Joined 15 Aug 2015

Statistics

Threads 9
Replies 17
Solutions 2
Articles 0
posted 8 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 9 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
1 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 10 years ago

How to get a success message

with('message', 'Message Body'); and print it like so: @if(Session::has('message')) <div cla...

0 Likes
replied 10 years ago

Login / Register User - NOT WORKING in Laravel 5.1

If you cached your routes, then try to run this: php artisan route:cache or don't cache them at all...

0 Likes
replied 10 years ago

Laravel project upload

Try this: Add following lines in .htaccess file: RewriteEngine On RewriteBase /

0 Likes
replied 10 years ago

laravel 5 development.ERROR

I'm not sure, but this approach worked for me: run php artisan key:generate copy and pase string in...

0 Likes
replied 10 years ago

Deploy Laravel 5.1 on a subdirectory

.htaccess: RewriteEngine On RewriteBase / ?

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.

© 2026 Laravel.io - All rights reserved.