magdasaif / products-features
此包用于处理与产品功能相关的额外详细信息
dev-dev
2024-08-20 12:51 UTC
Requires
- magdasaif/products: dev-dev
This package is auto-updated.
Last update: 2024-09-20 12:58:42 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
===============================================================================