Descrição
Installation Steps:
- Unzip the package.
- Copy .env.example and rename .env
- Update .env file by adding database information like DB_HOST.
- Go to project root folder. Open terminal and run composer install
- Run php artisan key:generate in the terminal
- Run php artisan migrate
- npm install
- npm run dev or npm run watch
- php artisan serve