An open API service indexing awesome lists of open source software.

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

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.

[![Build Status](https://github.com/NexaMerchant/cms/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/cms)
[![Release](https://img.shields.io/github/release/NexaMerchant/cms.svg?style=flat-square)](https://github.com/NexaMerchant/cms/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/cms.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/cms)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/cms.svg?style=flat-square)](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"
```

```