e480843874
* added filter by github_user * updated mappings to return ccla_teams relation Change-Id: Ied32b72380d347aaa599005773485b6d1ba4adc7
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 |