5 lines
118 B
Bash
5 lines
118 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# https://laravel.com/docs/5.5/deployment
|
||
|
composer install --optimize-autoloader
|
||
|
php artisan config:cache
|