SETUP PROJECT Create environment file: 2.1 Windows: copy .env.example .env 2.2 Linux: cp .env.example .env Install Dependencies: composer install php artisan migrate Run php developent server: php artisan serve