activity-tracker

A Laravel Package For Tracking User Activity

MIT License

Downloads
3
Stars
0

Documentation

Documentation can be found on the official website.

Get Started

Requirements

  • PHP 7.4+
  • Laravel 8+

Installation

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

Usage

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)

Troubleshooting

Here are some common problems and solutions.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.