firefly-iii/ide-helper.sh

7 lines
231 B
Bash
Raw Normal View History

2014-07-02 16:31:59 -05:00
#!/bin/bash
2014-07-15 15:16:55 -05:00
composer update
2014-07-02 16:31:59 -05:00
php artisan clear-compiled --env=local
php artisan ide-helper:generate --env=local
2014-07-15 15:16:55 -05:00
php artisan ide-helper:models --env=local --write
2014-07-02 16:31:59 -05:00
php artisan optimize --env=local
php artisan dump-autoload --env=local