We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Run composer require chee/module in project root.
composer require chee/module
After set database configuration run below command.
sudo php artisan migrate --package=chee/module
then add service provider and facades in app/config/app.php.
app/config/app.php
Service Provider:
'Chee\Module\ModuleServiceProvider',
Facades:
'CheeModule' => 'Chee\Module\Facades\CheeModule',