kenken999's picture
d
95eee3d
raw
history blame
102 Bytes
#!/bin/bash
# Install dependencies
php ./composer.phar install
# Run the codebase
php artisan serve