Cms Apps Package for NexaMerchant

dev-main 2024-10-29 02:15 UTC

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.

Build Status Release Latest Version on Packagist Total Downloads

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"