I've got an existing users table for my website and am rebuilding the entire site in Laravel. I'm st...
I am following the stateless http authentication code stated at http://laravel.com/docs/master/authe...
Hi, I'm trying to create a public route that I need to be accesible from another page. The problem i...
when i run php artisan migrate i get these errors : my database is setup properly i tried both local...
2/2 HttpException in AuthorizesRequests.php line 94: This action is unauthorized. 1/2 UnauthorizedEx...
Hello all! I have learning L5 with login and remember but Auth::viaRemeber() not working and always...
I'm developing an app plugin for Big Commerce, where once the app is installed the user should be ab...
Dear community, I need some help, I created a field "activation_key", which is assigned to...
Who can help me ? when i login with google have two errors ClientException in Middleware.php line 69...
Hi everyone, I'm new to Laravel but have a decent amount of experience with PHP and a lot of experie...
These are my three functions to recover a password. Everything seems right. In my routes, I am passi...
HI, in route i have something like this: Route::resource('categories', 'CategoriesQuestionControlle...
Hello, All I meet some problem about Laravel 5 auth. I create project and want to use default auth f...
In my AuthenticatedsUsers.php, the postLogin() method correctly run the Auth::attempt() and return t...
Hey, I am setting up OAuth2 for the first time. I'm using the package: https://github.com/lucadegasp...
hello! I'm new in laravel, i want to deny access routes for unauthorized users. my code: #Route::get...
Problem 1 - laravel/framework v4.1.9 requires d11wtq/boris 1.0.* -> no matching package found.
Hello folks! How can I fire an event after one of my users successfully resets their account passwor...
I'm trying to set up a good localization system in a Laravel App. Basically what I am after is this:...
Hi, I have been recently looking into Laravel coming from a JavaScript (and some Java) background. I...
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