Looking to hire Laravel developers? Try LaraJobs

laravel-activities maintained by mantax559

Description
Laravel Activities
Author
mantax559
Last update
2026/04/23 20:37 (dev-production)
License
Links
Downloads
53

Comments
comments powered by Disqus

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.