rafadiot / kathus
A Laravel package to create multi modules.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rafadiot/kathus
Requires
- php: ^7.1.3
- illuminate/support: 5.8.*
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^3.8
- phpunit/phpunit: ~7.0
- spatie/phpunit-snapshot-assertions: ^2.0
This package is auto-updated.
Last update: 2025-10-25 09:44:57 UTC
README
A Laravel package to create multi modules.
Installation
To get started with Kathus, simply run:
composer require rafadiot/kathus
Config
To publish the config file, run the following:
php artisan vendor:publish --provider="Rafadiot\Kathus\KathusServiceProvider" --tag="config"
Testing
Run tests with PHPUnit:
vendor/bin/phpunit
License
The MIT License (MIT). Please see License File for more information.