magdasaif / products-features
this package to handle product extra details related to features
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/magdasaif/products-features
Requires
- magdasaif/products: dev-dev
This package is auto-updated.
Last update: 2025-12-20 15:41:19 UTC
README
===============================================================================
# this package to handle product extra details related to features
===============================================================================
# to use it you can follow this steps
1- make sure first that you install composer require magdasaif/products
2- then install package through this command
composer require magdasaif/products-features:dev-dev
3- add provider to config/app.php providers array
Magdasaif\ProductFeatures\app\providers\ProductFeatureServiceProvider::class,
then you can
- access any route in this package
- migrate any files in package
- publish migration files to able to edit on them
===============================================================================
you can publish package files through this command
php artisan vendor:publish
===============================================================================