MD5 is not a secure method of hashing passwords, and Laravel doesn't use it. Instead it uses Bcrypt...
Enable debugging in config/app.php to see the stack trace information.
@artmonger In Laravel 5, the Blade tags changed, {{ }} now outputs escaped text, if you want to outp...
In Laravel 5, anything inside double curly brackets is escaped for security reasons - this is why it...
In most cases, the official documentation is just fine: http://laravel.com/docs/5.0/installation L...
The Laravel portal for problem solving, knowledge sharing and community building.
The community