
This reverts commit 812519f22021ec529040d8c03998ccda241d8d0c. Change-Id: I3c56db1fb8e214da4659a77ed3a76f1020927d36
8 lines
270 B
Bash
Executable File
8 lines
270 B
Bash
Executable File
#!/usr/bin/env bash
|
|
php composer.phar dump-autoload --optimize;
|
|
php artisan doctrine:generate:proxies
|
|
php artisan doctrine:clear:metadata:cache
|
|
php artisan doctrine:clear:query:cache
|
|
php artisan doctrine:clear:result:cache
|
|
php artisan route:clear
|
|
php artisan route:cache |