Documentation | Features | Installation | Troubleshooting | Credits
Documentation can be found on the official website.
- PHP 7.4+
- Laravel 8+
To install the package via composer, Run:
composer require nextbuild/activity-tracker
After installing the package, publish all the assets by running:
php artisan activity-tracker:install
Creating table by running:
php artisan migrate
Once the installation is complete, you will be able to access Activity Tracker directly in your browser.
By default, the application is available at: {APP_URL}/activity-tracker
.
(for example: https://my-app.test/activity-tracker
)
Here are some common problems and solutions.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.