equal
deleted
inserted
replaced
16 |
16 |
17 echo "Optimizing framework" |
17 echo "Optimizing framework" |
18 php artisan optimize |
18 php artisan optimize |
19 php artisan config:cache |
19 php artisan config:cache |
20 php artisan route:cache |
20 php artisan route:cache |
21 php artisan view:cache |
|
22 |
|
23 |
21 |
24 echo "Correcting file permissions for back office" |
22 echo "Correcting file permissions for back office" |
25 chgrp -R apache storage bootstrap/cache |
23 chgrp -R apache storage bootstrap/cache |
26 chmod -R ug+rwx storage bootstrap/cache |
24 chmod -R ug+rwx storage bootstrap/cache |
27 |
25 |