Updating TNT Analytics

If you installed TNT Analytics via Composer, you may update TNT Analytics using composer update, just like any other Composer package.

The tnt-analytics:publish command will re-publish TNT Analytics’s public assets, configuration, views, and language files. This command will not overwrite any existing configuration, views, or language files. If you would like the command to overwrite existing files, you may use the --force flag when executing the command:

php artisan tnt-analytics:publish --force

php artisan view:clear
php artisan cache:clear