openstackid-resources/update_doctrine.sh
sebastian marcet 7913ffe703 Revert "Update API code to work with Presentation Moderators collection (+N)"
This reverts commit 812519f22021ec529040d8c03998ccda241d8d0c.

Change-Id: I3c56db1fb8e214da4659a77ed3a76f1020927d36
2019-02-21 12:21:54 -03:00

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