This is a Laravel project repository. Follow the steps below to set up and run the project on your local development environment.
Before you begin, make sure you have the following software installed on your system:
Laravel Setup
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
Vue
npm i
npm run dev