tahiryasin/laravel-product is a Laravel package for a simple 'product' module..
It currently has 0 GitHub stars and 1 downloads on Packagist.
Install it with composer require tahiryasin/laravel-product.
Discover more Laravel packages by tahiryasin
or browse all Laravel packages to compare alternatives.
Last updated
A simple "Product" module for Backend Developer- Skill Assessment Test.
modules/Product at application rootmodules/Product directoryconfig/app.php and register module service provider.'providers' => [
...
/*
* Package Service Providers...
*/
\Modules\Product\Providers\ProductServiceProvider::class,
]
autoload psr-4. "autoload": {
"psr-4": {
...
"Modules\\Product\\": "modules/Product/"
}
}
MAIL_MAILER=logphp artisan config:cachecomposer dump-autoloadphp artisan migrateDownload the postman collection from email attachment and test the APIs.