kenken999's picture
保存
a8e2f4b
#!/bin/bash
# Install dependencies
php composer.phar install
# Run the Laravel application
php artisan serve