LaravelPackages.net
Acme Inc.
Toggle sidebar
codictive/cms

A Laravel Based Content Management System

7
0
About codictive/cms

codictive/cms is a Laravel package for a laravel based content management system. It currently has 0 GitHub stars and 7 downloads on Packagist. Install it with composer require codictive/cms. Discover more Laravel packages by codictive or browse all Laravel packages to compare alternatives.

Last updated

Codictive CMS

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
Comments