Cms Apps Package for NexaMerchant

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/nexa-merchant/cms

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

This package is auto-updated.

Last update: 2025-10-10 03:36:26 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"