nexa-merchant / cms
Cms Apps Package for NexaMerchant
dev-main
2024-10-29 02:15 UTC
Requires
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0
Requires (Dev)
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0
- phpunit/phpcov: >=6.0
- phpunit/phpunit: >=8.0
Suggests
- nexa-merchant/auth: NexaMerchant Auth Package
- nexa-merchant/core: NexaMerchant Core Package
- nexa-merchant/merchant: NexaMerchant Merchant Package
This package is auto-updated.
Last update: 2024-10-29 02:15:43 UTC
README
NexaMerchant Cms is a Laravel package that provides a simple and easy way to manage your content.
How to Install
NexaMerchant\Cms\Providers\CmsServiceProvider::class,
Add it to config/app.php $providers
How to Install
composer require nexa-merchant/cms
How to Use
php artisan vendor:publish --provider="NexaMerchant\Cms\Providers\CmsServiceProvider"
php artisan migrate
php artisan db:seed --class="NexaMerchant\Cms\Database\Seeds\CmsSeeder"