A Laravel package to create multi modules.
To get started with Kathus, simply run:
composer require rafadiot/kathus
To publish the config file, run the following:
php artisan vendor:publish --provider="Rafadiot\Kathus\KathusServiceProvider" --tag="config"
Run tests with PHPUnit:
vendor/bin/phpunit
The MIT License (MIT). Please see License File for more information.