File size: 111 Bytes
1ae47a8 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Install dependencies
php composer.phar install
# Run the Laravel application
php artisan serve
|
1ae47a8 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Install dependencies
php composer.phar install
# Run the Laravel application
php artisan serve
|