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
- Host: GitHub
- URL: https://github.com/next-build/activity-tracker
- Owner: next-build
- License: mit
- Created: 2024-09-29T11:36:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:57:13.000Z (over 1 year ago)
- Last Synced: 2025-04-17T09:24:25.256Z (about 1 year ago)
- Topics: composer-package, laravel, laravel-package, monitoring, package, php, tracker
- Language: PHP
- Homepage:
- Size: 41.8 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Activity Tracker
Laravel package for tracking user activity
Documentation |
Features |
Installation |
Troubleshooting |
Credits

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