Additional commands needed for oauth client compatibility
This commit is contained in:
@@ -74,6 +74,9 @@ step_5() {
|
|||||||
exe php artisan storage:link
|
exe php artisan storage:link
|
||||||
exe php artisan migrate --force
|
exe php artisan migrate --force
|
||||||
exe php artisan route:cache
|
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"; }
|
step_6_info() { echo "Create admin user"; }
|
||||||
@@ -246,6 +249,7 @@ step_101() {
|
|||||||
exe php artisan config:cache
|
exe php artisan config:cache
|
||||||
exe php artisan route:cache
|
exe php artisan route:cache
|
||||||
exe php artisan view:cache
|
exe php artisan view:cache
|
||||||
|
exe php artisan cache:clear
|
||||||
exe php artisan migrate --force
|
exe php artisan migrate --force
|
||||||
exe php artisan horizon:purge
|
exe php artisan horizon:purge
|
||||||
exe php artisan horizon:publish
|
exe php artisan horizon:publish
|
||||||
|
Reference in New Issue
Block a user