Authentication page using Laravel 8 and bootstrap 4
- Clone the repository __git clone https://github.com/vinobe21/Laravel-8-Authentication.git
- Rename .env.example file to .env
- Run composer install or composer update
- Run php artisan key:generate
- Run php artisan migrate
- Run php artisan db:seed UserSeeder
Password | |
---|---|
admin@gmail.com | admin |
The Laravel framework is open-sourced software licensed under the MIT license.