public function postRegister(RegisterRequest $request) { Registration form is valid, create us...
I learn Laravel and try to reproduce what is in that video. I created a database, I created an user...
ever since I upgraded to 4.2.8, some users are not being remembered on the site and i'm authenticati...
How to make a respone with empty cookie? even no 'laravel_session' item. In other words the response...
Hello, I am having some issues with a form I am trying to create. The form consists of collecting ge...
How can i check if value is passed to the view? for example return View::make('view', array('result'...
Reposting from http://stackoverflow.com/q/25771362/1583214 because I have no patience. :-) -- The La...
SCENARIO I have built a party booking engine with Laravel, which requires a Down payment to reserve...
Hi, i have problems with my session. First I have created a new session variable Session::put('name'...
Hello, I've developed a Laravel 4.1 application to take online orders, with the input spread over 3...
I want to set the prefix of route group by session: App::before(function(){ Session::put('lang',...
On picking up some older questions as how to notify the user that he has been logged out due to inac...
Who did it help me, have a direction I think create Session but error
Hi all, I've been working for some time now on a Laravel application that's going live to the world...
I try to open my "users admin" app at http://myapp/admin/users -> this URL requires use...
I want to save some details on session when the user login i.e. simple [session_init() is vanilla ph...
I am using Laravel 4.1.30 (employer is stuck on php 5.3). I am new to this so please be kind ;-) Th...
Hi, in my laravel homestead server i have 2 laravel installation in 2 different folders and a Databs...
I am using Auth::attempt($credentials, $rememberMe) for login user. It was working fine but suddenly...
hi, i have a problem with authentication. i am using multiauth. i tried to login a user then i check...
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