Simple Login

A simple login system made with Laravel

A simple login system created for a potential job interview.

The system was created using Laravel 5.2 and runs on a SQLite database, making it very portable.

I've used Laravels Auth Facade for this project and not the standard authentication framework created through the artisan commands.

Demo

Source

Laravel
PHP