This Script is live at: http://18.216.184.16:8004/
- Install Composer Dependencies
composer install
- Set Up Environment Variables. After creating .env put your database credentials there.
cp .env.example .env
- Generate Application Key
php artisan key:generate
- Install NPM Dependencies
npm install
- Build Assets
npm run build
- Create Storage Link
php artisan storage:link
- Run Database Migrations
php artisan migrate
- Seed the Database
php artisan db:seed
php artisan test