- Install Composer and Npm
- Clone the repository:
git clone https://github.com/xxxxxx/xxxxxx - Install dependencies:
composer install ; npm install ; npm run dev - Run
cp .env.example .envfor create .env file (Edit database name, username and password) - Run
php artisan migrate --seedfor migration database - Run
php artisan storage:linkfor create folder storage - Run php artisan key:generate

Tinggalkan Balasan