Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 303 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 303 Bytes

Simple Book App

Setup

composer install
cp .env.example .env

Enter your DB credentials

php artisan migrate
php artisan db:seed

Passport Auth

php artisan passport:install
php artisan storage:link

Client Setup

npm install

Setup MAIL credentials in .env