Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 405 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 405 Bytes

Install

type in console or terminal : composer install or composer update or composer install && composer update

settup env by rename from .env.example to .env

type in console or terminal for migration : php artisan migrate

php artisan migrate

Run App

type in console or terminal :

php artisan serve

and

npm run dev

NOTE : both of them must be run.