cms/cmspackage

CMS package

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

v1.0.0 2021-03-11 06:33 UTC

This package is auto-updated.

Last update: 2024-09-11 16:01:07 UTC


README

Daynamic content management packages Run bellow command to install

Installation

composer require cms/cmspackage

Migration

php artisan migrate

Route Url

This route to view your cms page list your project directory admin/cms_list

Configuration

If you want to change these options, you'll have to publish the config file.

php artisan vendor:publish --provider="Cms\\Cmspackage\\CmsServiceProvider" --tag="config"

This will give you a cms.php config file in which you can make the changes.

To make your life easy, the package also includes a ready to use migration which you can publish by running:

php artisan vendor:publish --provider="Cms\\Cmspackage\\CmsServiceProvider" --tag="migrations"

Then run bellow command to publish config and resource files If you want to change these options, you'll have to publish the views file.

php artisan vendor:publish --provider="Cms\\Cmspackage\\CmsServiceProvider" --tag="views"

php artisan vendor:publish --provider="Cms\\Cmspackage\\CmsServiceProvider" --tag="lang"