We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To update the panel to the latest version, you need to :
Change the version of the package to the latest version in require section of composer :
{ "require": { "serverfireteam/panel": "1.9.*" }, }
And run the composer update command, the package and its dependencies will be installed.
Then run the following command in order to publish latest configs, views and assets.
php artisan panel:install