mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
6 lines
219 B
Batchfile
6 lines
219 B
Batchfile
|
composer update
|
||
|
php artisan clear-compiled --env=local
|
||
|
php artisan ide-helper:generate --env=local
|
||
|
php artisan ide-helper:models --env=local --write
|
||
|
php artisan optimize --env=local
|
||
|
php artisan dump-autoload --env=local
|