Hey, this is my login controller public function postSignIn() { $validator = Validator::make(Input:...
How can I extend the auth driver in laravel 5? Have any source? Thank you
Hey guys, I have a project that I am working on where I need a solid authentication System (Provided...
Hi Guys, I have a laravel website which has several subdomains like job.example.com, blog.example.co...
I am using laravel and always fail to authenticate a user. Here is model code <?php use Illumi...
I just finished a web application with Laravel. Working in local all is well, on hosting this happen...
Hi, I'm new here and I'm going to have problems with the logon application that I am trying to devel...
I have one application in laravel naked in localhost with wamp server tested and non functioning. Bu...
I just finished a web application using Laravel 4.2. The problem is giving me once put online is not...
url('auth/login') is this the only way to get the link to login page? is there a named route for it...
Hi I tried to write a logout for users in my site but when a user click in logout link face to this...
Hello, Why when i try install laravel with command: git clone [email protected]:laravel/laravel.git my_...
Hello, i have this case: A application offers some moduls. E.g. registration or special application...
I seem to always post questions where no one can answer so here to hoping I get some help... Ive bee...
I noticed in the L5 download today the authcontroller has to use traits. Is there someone that can g...
I am trying to follow the documentation from socialite's github repo and it is not working with lar...
hello friends using sentry and 4.2 Laravel need to store each time the user enters the application y...
I'm noticing that in my views I'm doing a lot of checking whether the current user is the owner of a...
Hello, I want to implement ACL and have created one version using the tutorial given at the followin...
I have two types of users (both had to log in), regular user and an admin. but only admin can manage...
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