Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 693 Bytes

File metadata and controls

14 lines (11 loc) · 693 Bytes

Simple Laravel Login Authentication

Code to go alongside the Simple and Easy Laravel Login Authentication on scotch.io.

To Use

  1. Download the code
  2. Install Laravel: composer install
  3. Change database settings in app/config/database.php
  4. Run the migration: php artisan migrate
  5. Seed the database: php artisan db:seed
  6. View your application at: http://example.com/login
  7. Login to your heart's content!

Check out the tutorial and leave comments there if you have any questions or want to learn more.