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...
In the AuthController you should make an adjustment public function __construct() { $this->mi...
pass any extra attributes you need in the $options array, argument 3.
Remove the _token (or exclude it) from the array you are passing to Person::create. Person::create($...
There are different configs for php. Cli has one and the other sapi's have their own config files.
check your logs to find out what the 500 error is. Do you have the correct permissions setup ?
The Laravel portal for problem solving, knowledge sharing and community building.