Additional commands needed for oauth client compatibility

This commit is contained in:
2022-01-11 21:43:09 +01:00
parent c296c07373
commit be54b5cfba

View File

@@ -74,6 +74,9 @@ step_5() {
exe php artisan storage:link
exe php artisan migrate --force
exe php artisan route:cache
# Needed for using oauth (app like pixeldroid)
# https://github.com/pixelfed/pixelfed/issues/2654
exe php artisan passport:install
}
step_6_info() { echo "Create admin user"; }
@@ -246,6 +249,7 @@ step_101() {
exe php artisan config:cache
exe php artisan route:cache
exe php artisan view:cache
exe php artisan cache:clear
exe php artisan migrate --force
exe php artisan horizon:purge
exe php artisan horizon:publish