Make sure you have installed the latest version of Node.js and Composer.
- Clone the repository with the following command:
git clone https://github.com/bryanhanggara/POS-DECAFE.git-
Then run :
composer install -
Then Rename .env.example to .env setting the database
-
Then run :
php artisan key:generate -
Then run :
npm installto install dependencies -
Then run :
npm run devto rund the project in dev mode -
Then run :
php artisan migrate -
Then run :
php artisan storage:link -
Then run :
php artisan db:seed -
Then run :
php artisan serve