mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 11:59:05 +00:00
9 lines
254 B
Bash
Executable File
9 lines
254 B
Bash
Executable File
#!/bin/bash
|
|
#composer self-update
|
|
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
|