An open API service indexing awesome lists of open source software.

https://github.com/next-build/activity-tracker

A Laravel Package For Tracking User Activities On Your application
https://github.com/next-build/activity-tracker

composer-package laravel laravel-package monitoring package php tracker

Last synced: 4 months ago
JSON representation

A Laravel Package For Tracking User Activities On Your application

Awesome Lists containing this project

README

          




Activity Tracker
Laravel package for tracking user activity




Documentation |
Features |
Installation |
Troubleshooting |
Credits


Packagist
Laravel Version

![activity-tracker-banner](https://img.playbook.com/r_F0p8fGN4lLL7JNiHc2R2Ty4WdycLbRoblWS24M-nc/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljLzUwYzRlZGI0/LTM5NDMtNDdlNy1i/YzBlLWI1MzUxNjI5/YTdlMA)

### 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:

```bash
composer require nextbuild/activity-tracker
```

After installing the package, publish all the assets by running:

```bash
php artisan activity-tracker:install
```

Creating table by running:

```bash
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](CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Saptarshi Dey](https://github.com/SaptarshiDy)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.