- Need PHP 7.4
- Node v16.6.0
- Go to the folder application using cd
step 2-5 if needed 2. Run "composer install" on your cmd or terminal (composer install - -ignore-platform-reqs) 3. Copy .env.example file to .env on root folder. You can type "copy .env.example .env" if using command prompt Windows or "cp .env.example .env" if using terminal Ubuntu 4. Open your .env file and change the database name (DB_DATABASE) 5. Run "php artisan key:generate"
- set database name, database user & password in .env file
- Run "php artisan migrate"
- Run "php artisan serve"