mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
8 lines
263 B
Bash
Executable File
8 lines
263 B
Bash
Executable File
#!/bin/bash
|
|
#composer self-update
|
|
composer update
|
|
php artisan clear-compiled --env=vagrant
|
|
php artisan ide-helper:generate --env=vagrant
|
|
php artisan ide-helper:models --env=vagrant --write
|
|
php artisan optimize --env=vagrant
|
|
php artisan dump-autoload --env=vagrant |