File size: 111 Bytes
a8e2f4b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Install dependencies
php composer.phar install

# Run the Laravel application
php artisan serve