Files
firefly-iii/ide-helper.sh
2014-09-02 19:12:57 +02:00

8 lines
263 B
Bash
Executable File

#!/bin/bash
#composer self-update
composer update
php artisan clear-compiled --env=vagrant
php artisan ide-helper:generate --env=vagrant
php artisan ide-helper:models --env=vagrant --write
php artisan optimize --env=vagrant
php artisan dump-autoload --env=vagrant