I need to make admin and front differentiate in laravel how can i do that any good idea? In CI we us...
Hello guys, on my Laravel project I'm using the LdapAuth made by Ccovey. The authentication work cor...
Hi I have a very strange issue. I have recently been trying to add an ssl cert to my site, and when...
I'm implementing authentication on a project using Laravel tools. The authentication part is fine, b...
I use database driver and I am getting this error while doing a POST to /password/remind . Any idea...
Hello, I'm working on an app that interacts with a soap webservice, which i'd also like to use for a...
Hi, I would like the home url to change depending on the user logged in i.e. example.com would be st...
I changed login attribute to "first_name" instead of email, so now when I attempt to authe...
My laravel 4 authentication always returns false. So far I have tried to make an authentication syst...
Hey, is it possible to use Auth::login(); to remember users? With Auth::attempt() you can add 'true'...
Hey, i am making an authentication page, and this is the controller public function postSignIn() {...
Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...
Hi, this works fine // route.php Route::get('nuovo-utente', array('before' =>'guest','as'=> 'u...
Hi there, I'm using Laravel 4.1.26 with the following app::before filter: App::before(function($requ...
I have an admin area (previously) using auth basic. Route::group(array('prefix' => 'admin', 'befo...
hello friends I find myself working with laravel and sentry, my situation is this: I'm working permi...
I found how to perform verification of users while they are registerd to the site, simply sending th...
Hi, Can we check if a user is logged in using JavaScript? I'm using Cartalyst Sentry. The ideal res...
I needed a simple way to hash and check passwords, so I built artisan commands that basically wrap L...
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