BookStack Update Procedure
BookStack
Update commands for BookStack should be run from the installation directory:
/var/www/bookstack
The following commands, run one by one, will update the installation:
git pull origin release
composer install --no-dev
php artisan migrate
Accept or allow an...