Hey, i have this code $auth = User::where('Nome', '=', Input::get('username'))->where('Senha',...
I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...
I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...
What is the best way to add custom field to Auth ? How about if i want to check additional fields so...
I just finished the Laracasts Larabook Series and then I discovered Confide by Zizaco. What I don't...
Hi there, I new there and with laravel. I try make users Authentication but have all time have this...
This works fine why use filter? public function home() { if(Auth::check()) return R...
Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...
Hello, first thanks for the interest in my topic! Here's my question, I have Laravel and Entrust aut...
Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...
In my environment authentication is already beeing done in Apache (LDAP/Kerberos). I want to use thi...
I want to login into my application with email or mobile number. But the default auth only use email...
On picking up some older questions as how to notify the user that he has been logged out due to inac...
I'm running the following code: SSH::into('runtime')->run(array( 'cd /home/ubuntu', './upda...
Hi All, So after many years of failed attempts at using PHP frameworks, I found Laravel and I love i...
I have 2 Laravel 4 apps built as APIs. Currently, they are protected with a custom auth driver that...
I am a beginner and I want to write nice test case for my api server and need to do unit testing so...
I try to open my "users admin" app at http://myapp/admin/users -> this URL requires use...
I want assign multiple roles for single user and want to change user role on single login
i have some controller that i want to secure this from login page and i add login page and im my con...
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