Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 309 Bytes

Laravel Custom Authentication

Add Database name, username and password in .env file.

Install Packages

composer install

Add Bootstrap *optional 🙋‍♂️

npm install && npm run dev

Migrate DB

php artisan migrate

Start the development server 🚀

php artisan serve