I'm newbie with L5 and I need make a login on my application with a API (like laravel/socialite) and...
Hello there, I'm newbie in L5. Hopefully my questions will not sound stupid :P. I'm creating an appl...
I want to share userid & username in all views. So i write View::share('currentUser',\Auth::user...
I am trying to post to a laravel Route::post from android application. I tried to get the token from...
Hey guys, very simple question: I am getting the following error after specifying my login logic to...
Hi, I've just started to learn middleware on Laravel 5, so i hope to be clearer as possibile to expl...
Hello, I am trying to basically check if the api key that is currently being used, didn't pass it's...
Hello everyone! I'm new to Laravel and I'd want to know the proper/best way to access the currently...
I've looked at the standard AuthenticatesAndRegistersUsers.php file that comes with Laravel 5. I'm...
Hi i am using laravel 5, I create the admin panel everthing is perfect. I group users 3 categories....
I'm trying to use Auth::login() to log users into my application. I'm using ADLdap to first authenti...
I wanted to give option to create users for Admin without using Registration form. Do I need to chan...
I'm doing a website based laravel 4.2 and Bootstrap. I want a bootstrap modal pop up dialog to load...
So I'm new to Laravel and trying to make a permissions system for the users on my application. Here...
Hi, I am following the Laracast Laravel-5 tutorials. In video 16 -Ogres are like Middleware, The tut...
This is my login form and my AuthController : //AuthController(postLogin method) public function pos...
I'm trying to find information on creating a custom authentication driver in Laravel 5, but haven't...
If there any example/demo or a better documentation how to use https://github.com/anndro/SentryLdap/...
I've tried and tried with this, and it's only after many attempts and much research that I post this...
Hey i am new. I was wondering how can I add more variables to form. I tried this: class User ext...
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