Hi, I want to display error message, when login is not successful, this is what i am using, but this...
hi guys, I ran a composer update on my project on another CPU. I tried copying the project to the cu...
hi, there is a new package which takes care of user permissions. each user can have 1 or more roles...
I have a site that I want any logged in action to be protected under SSL, say all routes are under /...
I'm busy creating a section where a super admin can say what user can access specific areas. The pro...
In ver 4.2 this worked: Route::get('owners', array('before' => 'auth', 'uses' => 'PownersContr...
I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...
Route::group(array('before' => 'auth'), function(){ Route::get('owners', array('uses' => 'Po...
I'm making some routes https but only send me a blank page with the message error conection ssl
Hi, I have to do a simple task: Create access permission to files using Laravel user. Example: I wan...
I work on ecommerce app and i have one problem when user login and when click 2x on view cart show t...
From the user manual: Route::get('profile', array('before' => 'auth', function() { // Only au...
I want to remove public from url using .htaccess withput changing directory structure eg :- http://l...
I got a create new user form with user logon and password,etc.. i able to create new user and log in...
How does Auth::logout(); work? Won't this logout all current logged in users? How do you just logo...
So i am a total newbie at Laravel and any advice and help would be appreciated. I am planning to cre...
Hi, is there anyone can please help me, how can i control the access to file or links in laravel. (...
Hi I’m getting a TokenMismatchException on every request that is authenticated. The problem I’m able...
I am trying to create a secure autologin script and i would like to add an extra layer of security b...
how can i create a dist project with laravel that the configurations are generated via setup script...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community