Install dependencies:
composer install
Copy the .env
file:
cp .env.example .env
Generate an encryption key:
php artisan key:generate
create symbolic link to storage folder
php artisan storage:link
⚠️ here you should download all assests into the storage folder
install npm packages
npm install && npm run dev
Execute the migration and seeders:
php artisan migrate:refresh --seed
Contributions are always welcome, but before anything else, make sure you get acquainted with the CONTRIBUTING guide.
This project is open source software licensed under the MIT LICENSE.