-
Clone this respository
-
Go to the folder application using cd command on your cmd or terminal
-
Run composer install on your cmd or terminal
composer install && npm install && npm run dev
-
Copy .env.example file to .env on the root folder
cp .env.example .env
-
Create your database with name same with value of DB_DATABASE in .env file
-
Run
php artisan key:generate php artisan migrate php artisan serve