MarketPalace Properties Module
This is the standalone Properties module from the MarketPalace E-commerce framework
Installation
(As Standalone Component)
composer require marketpalace/properties
php artisan vendor:publish --provider=Konekt\Concord\ConcordServiceProvider
- Add
MarketPalace\Properties\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the MarketPalace Properties Documentation for more details.
Inspiration
This package has extended from vanilophp