1/ Git clone this repository
2/ Composer install the project :
composer install
3/ Install the node depencies :
npm install
4/ Create a database and configure it into the .env
file :
5/ Run the migration and seed the product into the database by running :
php artisan migrate:refresh --seed
4/ Build the assets
npm run dev
5/ Depeding of your system, serve it with artisan or via Laragon.
php artisan serve
Contact me at [email protected]