Files
firefly-iii/ide-helper.sh

8 lines
252 B
Bash
Raw Normal View History

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