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...
Facades you access via static calls, as they are static proxies. So the constructor doesn't come int...
Usually a rewrite issue. if using apache you will need AllowOverride All set.
Why are you passing a string literal as the model to Form::model that should be an instance of a mod...
You haven't defined $user on that controller. $this->user is an undefined property.
The Laravel portal for problem solving, knowledge sharing and community building.