mantax559 / laravel-activities
Laravel Activities
1.0.8
2025-03-31 16:29 UTC
Requires
- php: ^8.2
- laravel/framework: ^10.0|^11.0
- mantax559/laravel-helpers: ^1.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^8.0
README
Laravel Activities
Installation & Setup
You can install the package via composer:
composer require mantax559/laravel-activities
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.