I have a laravel script installed on my server - I don't know much about this framework (or php for...
I'm attempting to create my own custom laravel form validation but I'm running into trouble. I'm che...
Hi, Currently , we have below scenario for login $input = Input::all(); Auth::attempt([ 'usernam...
In Laravel 5 there seems to be a bug that is preventing the form from being re-populated when the cr...
Trying to implement user registration in Laravel 5 but I get this error after submitting the registr...
hi, there is a new package which takes care of user permissions. each user can have 1 or more roles...
So I'm new to Laravel and want to know how "Auth" works exactly. I'm working on a easy log...
In laravel for login attempt I generally use something like this if (Auth::attempt(array('email' =&g...
Hi Everyone, New to here as well as Laravel, but trying my best to get through this awesome framewor...
Hi , We are using laravel 4.2. Till now we have used mysql database . Now we want to mive to Postgre...
Hi Guys, I am currently trying to move a web application to laravel to make it more maintainable and...
Hi i'm new to larvel. I'm need to post the data to post controller after auth. Checked the below pos...
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...
Hi, i need help for this problem: In my application, there is a user. The user is a teacher. The rol...
I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...
Hello, A BadMethodCallException is thrown when I use Auth::attempt : Call to undefined method Illumi...
what is before and after filter in laravel, I have read the documentation but I didn't understand it...
Route::group(array('before' => 'auth'), function(){ Route::get('owners', array('uses' => 'Po...
Laravel sentry authentication not working on live server on s a shared server Pleas helpme
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