firefly-iii/ide-helper.sh
2014-07-15 22:16:55 +02:00

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