mantax559/laravel-activities

Laravel Activities

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mantax559/laravel-activities

1.0.8 2025-03-31 16:29 UTC

This package is auto-updated.

Last update: 2025-09-14 20:30:23 UTC


README

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases) Packagist PHP from Packagist

Laravel Activities

Installation & Setup

You can install the package via composer:

composer require mantax559/laravel-activities

After installing the package, run the migration command to create the necessary database tables:

php artisan migrate

The package will automatically register its service provider.

Customisation

Config

You can optionally publish the config file with:

php artisan vendor:publish --provider="Mantax559\LaravelActivities\Providers\AppServiceProvider" --tag=config

Tests

You can run tests with the command:

vendor/bin/phpunit

License

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