A Laravel Based Content Management System

Maintainers

Details

github.com/codictive/cms

Source

Issues

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

dev-main 2022-04-05 11:05 UTC

This package is auto-updated.

Last update: 2024-05-05 15:27:22 UTC


README

A Laravel Based Content Management System

Installation

  1. Run composer require codictive/cms

  2. Add Codictive\Cms\ServiceProvider::class to the providers section of config/app.php

  3. Publish files via:

  • php artisan vendor:publish --tag=cms.common --force

Or (add --force to override existing files):

  • php artisan vendor:publish --tag=cms.all
  • php artisan vendor:publish --tag=cms.lang
  • php artisan vendor:publish --tag=cms.public
  • php artisan vendor:publish --tag=cms.config
  • php artisan vendor:publish --tag=cms.seeders
  • php artisan vendor:publish --tag=cms.migrations