Hi Everyone, I've been follow a guide that explains how to create an API Token Authentication with S...
Hi! I need advice with oauth(facebook and twitter). Should i create Facade Socilaze with facebook an...
I've succeeded in getting Laravel 4 to run on Google App Engine . However, even though I've deployed...
I am too busy to look further into this so I will just drop it here and see what everyone says. I wi...
How has anyone else handled changing the default authentication within Laravel 5? And I don't mean c...
What is the best way to set admin auth model when I use admin subdomain? I try this but doesn't work...
Hi all, I'm trying to access Auth::user() values like this: public function __construct() { $this-&...
I have a problem with login and signup in L4 page, the project works fine in my local machine. but i...
We are using an internal oauth server running on localhost. How can we do authenticate it using Soci...
I had no problems until now, but when I run composer update I get this: [RuntimeException]...
Please upgrade your Cartalyst Sentry installs. https://medium.com/cartalyst-development/sentry-vulne...
Dear all; I am newbie in Laravel 5. I want to use an ACL system in L5. I prepared my all models and...
i had an a problem in login page he never attempt my data i make a hash in my db password but a prob...
I'm using the built-in L5 authentication mechanisms but am getting the following exception after a u...
Hi there, I'm all new to Laravel and reading a book that states the below: "Add the following c...
Hi all, the docs for Auth::extend() to create your own driver say to "Return implementation of...
I am trying to secure my POST routes with an auth filter routes.php: Route::filter('loggedIn', funct...
Hi I have added a admin middleware to a controller _construct method. <?php namespace App\Http\Mi...
Hi, I'm trying to make a user login but the email value isn't coming in the Input::get() here's my c...
I posted this on StackOverflow but haven't got a decent response. I have this small piece of code: $...
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