
https://getstream.io/chat/docs/tokens_and_authentication GET /api/v1/sso/stream-chat/{forum_slug}/profile required scope sso Change-Id: I81b9b5987d4d9d95d4551ea2925471aeab19743c Signed-off-by: smarcet <smarcet@gmail.com>
9 lines
286 B
Bash
Executable File
9 lines
286 B
Bash
Executable File
#!/usr/bin/env bash
|
|
composer 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
|
|
php artisan config:clear |