Hi, I'm using the Chumper/Datatable package to show data to my users in a nice DataTables table. I l...
Can anybody give me some guidelines on how to Authenticate java applet with Sentry 2. Java applet up...
I'm using https://github.com/artdarek/oauth-4-laravel which is built off on https://github.com/Lusit...
I learn Laravel and try to reproduce what is in that video. I created a database, I created an user...
ever since I upgraded to 4.2.8, some users are not being remembered on the site and i'm authenticati...
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...
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