kenken999's picture
test
cf75111
raw
history blame
184 Bytes
#!/bin/bash
# Install dependencies
composer install
# Run migrations
php artisan migrate
# Run database seeder
php artisan db:seed
# Start the development server
php artisan serve