Updated my ide helper script [skip-ci]

This commit is contained in:
James Cole 2014-07-15 22:16:55 +02:00
parent d280767407
commit 552224b73f

View File

@ -1,4 +1,6 @@
#!/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