- open the project directory in your terminal.
- type command cp .env.example .env
- create databases
- composer install
- php artisan optimize:clear
- php artisan key:generate (generate app key)
- php artisan migrate
- npm install
- npm run dev
- open anothe terminal tab and write command : php artisan serve