https://networkmanager.gitbook.io/wiki/networkmanager-webinterface/installation
First enter the folder that contains the web files. Then run the following commands to update:
php artisan down
git pull
composer install --no-dev --optimize-autoloader
php artisan optimize:clear
php artisan config:cache
php artisan route:cache
php artisan upAfter that it should be running just fine again.
Currently, there is only two addons implemented. Feel free to add more addons by creating a PR.
- UltimateTags - You can enable this addon by running
php artisan module:enable UltimateTags. The configuration for this addon is located in:addons/UltimateTags/config. - UltimateJQMessages - You can enable this addon by running
php artisan module:enable UltimateJQMessages. The configuration for this addon is located in:addons/UltimateJQMessages/config.
