https://github.com/nexamerchant/cms
Cms Content for NexaMerchant
https://github.com/nexamerchant/cms
cms
Last synced: 10 months ago
JSON representation
Cms Content for NexaMerchant
- Host: GitHub
- URL: https://github.com/nexamerchant/cms
- Owner: NexaMerchant
- Archived: true
- Created: 2024-08-20T09:14:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T02:15:40.000Z (over 1 year ago)
- Last Synced: 2025-06-18T13:54:29.086Z (12 months ago)
- Topics: cms
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NexaMerchant/Cms
> NexaMerchant Cms is a Laravel package that provides a simple and easy way to manage your content.
[](https://github.com/NexaMerchant/cms)
[](https://github.com/NexaMerchant/cms/releases)
[](https://packagist.org/packages/Nexa-Merchant/cms)
[](https://packagist.org/packages/Nexa-Merchant/cms)
# 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"
```
```