Hi, everyone. I implemented login functionality to check role of user. Here is postLogin() function....
I am designing a channeling app for SMS that uses REST API to accept HTTP requests to be sent via SM...
I am developing a website that would store some value into session. However, I am experiencing rando...
this is my PostController.php, <?php namespace App\Http\Controllers; use Illuminate\Http\Reques...
/* Social Register */ Route::get('social/register', [ 'middleware' => 'auth', 'as' => 'social:...
Hi dd my array looks like this: array:8 [▼ 0 => "promo\1\images\2.jpg" 1 => &quo...
I used Laravel 5.2 as backend API, and AngularJS 2 as front-end framework. Therefore, angular2 woul...
Greeting to everybody, I'm building a pretty big and complex application in laravel 5.2. it's going...
I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...
Hello fellow developers! Is there a way I can fetch a session by its id? I'm making a simple auth ap...
Hi guys,.. today i've an error yet with Chrome.. This is the message that i see when i try to load t...
Hi people, im trying, with the default Laravel authentication functionallity, to redirect the user t...
Hello there, My Laravel 4.2 is working fine on its local Homestead infrastructure, under HTTPS. I ha...
Hello, I want to have 'locale' => session('locale'), But I get : Fatal error: Uncaught Reflection...
What is the difference between "file" vs "cookie" session driver?
Hi Someone is developing an Android app for the website i am working on. This app will have two func...
Written with StackEdit. So i have this issues with displaying my custom errors and validation erro...
how do i return same row mutiple times? I tried using wherein('table' , \Session::get('memory')) asw...
so i want to expand my site to have like region site, so when user open my site it will be ask to se...
I have just installed Laravel 5.2, but i have some issues when using Laravel Session as i have descr...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community