http://asklagbox.com/blog/unboxing-laravel-authentication A look at the pieces of the Authentication...
http://asklagbox.com/blog/laravel-realtime-facades We're off to see the wizard.
Some misunderstandings people run into and some explanation of what is actually going on. asklagbox...
A quick introduction to artisan tinker and the REPL behind it PsySH. asklagbox - blog - Tinker all t...
The long awaited Komodo IDE 10 has been released. Check it out, you might just like it ;). http://ko...
{{ Form::model( $model, array( 'route' => array('PostController.dest...
You need to have the passwords hashed in the db to use Auth::attempt. It compares the hashed value....
can you paste the code involved with getting the data and passing it to Auth::attempt
catch (Illuminate\Database\Eloquent\ModelNotFoundException $e)
The Laravel portal for problem solving, knowledge sharing and community building.