Hi all, I am new to laravel and I don't know how to solve this error: Symfony \ Component \ HttpKern...
Hi all, I'm now building an API for mobile devices, and for the authentication I'm using OAuth2, and...
Hi guys, I have an issue trying to get a specific user data. Before, I had in my database the user u...
I am new to Laravel and there is just one thing I don't get. I started building an application with...
Hi, I am new to Laravel and am building the user registration/authentication part of my app. When a...
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...
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