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