Hi, this should be easy to do, but I'm getting an error and at this point I reallly don't know where...
$email = $request->get('email'); $password = $request->get('password'); $password = md5($p...
Hi, I've done artisan make:auth, it all works, but where does it place his routes? I only see explan...
Hi, I have two questions the first one I wanna know how I can move my project from C:\ folder to my...
So I'm trying to update the out of box validator to only allow a specific domain. Are there any oth...
Hi, someone knows if nested @can statements are supported in laravel? view.blade.php @can('list')...
/* Social Register */ Route::get('social/register', [ 'middleware' => 'auth', 'as' => 'social:...
Yesterday, I changed my username on github profile but here (laravel.io) remains old link to my prof...
I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...
Hi! I have a problem with this code in hosting shared, but works fine in localhost. this function re...
I have used Socialite library for authentication through facebook and google. When i used it separat...
I took the painful steps to alter the [php artisan make:auth] authentication/registration scaffoldin...
So was able to create a user, no problem. I wanted to add a confirmation code to validate a users em...
I followed the steps to install socialite, after I get redirect back to the website I get this error...
Hello fellow developers! Is there a way I can fetch a session by its id? I'm making a simple auth ap...
Hello, I am a totally newbie to Laravel, but after following lots and lots of guide, my project was...
Hi people, im trying, with the default Laravel authentication functionallity, to redirect the user t...
Hello. I am trying to create a way so that user's must enter their password twice on signup, and it...
Hello everybody, I'm new with laravel and I never used any php framework, so I'm a little lost. Actu...
I am using this code for use Auth::user() outside Laravel 5.1 and works properly: require '../larave...
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