solomon-ochepa/user-module is a Laravel package for laravel user module..
It currently has 0 GitHub stars and 89 downloads on Packagist (latest version v1.0.1).
Install it with composer require solomon-ochepa/user-module.
Discover more Laravel packages by solomon-ochepa
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Users module
composer require solomon-ochepa/user-module
php artisan module:enable
php artisan migrate
Add the following property to composer.json
"Modules\\": "Modules/"
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/",
"Modules\\": "Modules/"
}
}
composer dumpautoload
/config/modules.php with - https://drive.google.com/file/d/1y0RdfQ0LJ_12yxN5qHrZvIQqZJgWJhrd/view?usp=sharing/stubs/nwidart-stubs with - https://drive.google.com/file/d/1-FuBcvv2JJtNBjVJIEW9jMh6wS-DJhJW/view?usp=sharing