Hello, I am using laravel 5.1.31 Currently I am trying to set my session driver file to database, ac...
Is it possible set session lifetime during login for particular user in laravel 5.1? like I have 2 t...
I have 2 tables like devices and users users table -id -full_name -email -phone devices table -id -u...
Hi, Given code is working fine if just try to show the list but when I try to search some data then...
Hello Guys, I want to change my facebook credential at runtime with Laravel 5.1 Please anyone how do...
@AlbertDem If your situation support ajax you can try that I think. Thanks :)
hay @monaye thanks for you kind I just trying to add whereIn() with below query $query->where('fu...
@nahid Where you using Auth::check() this to check, in you controller's construct? I had the same is...
Hello @clakey try this, // You can keep this in your filters.php file App::before(function($request)...
The Laravel portal for problem solving, knowledge sharing and community building.
The community