mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -06:00
7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
#!/bin/bash
|
|
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
|