Code to go alongside the Simple and Easy Laravel Login Authentication on scotch.io.
- Download the code
- Install Laravel:
composer install
- Change database settings in app/config/database.php
- Run the migration:
php artisan migrate
- Seed the database:
php artisan db:seed
- View your application at: http://example.com/login
- Login to your heart's content!
Check out the tutorial and leave comments there if you have any questions or want to learn more.