Skip to content
/ cms Public

CMS backend for Laravel 4.x. Quickly integrate pages, blogs, FAQs, products, news, etc. in to your website and specify which areas you/client can manage.

Notifications You must be signed in to change notification settings

420st/cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Management System for Laravel

This is a CMS backend for Laravel 4.x. Quickly integrate pages, blogs, FAQs, products, news, etc. in to your website and specify which areas you/client can manage.

Inteded for

Developers creating websites for themselves or for clients.

Installation

  1. Add the package to your composer.json file
composer require fourtwenty/cms:1.*
  1. Add the service provider to app/config/app.php:
'FourTwenty\Cms\CmsControllerServiceProvider',
  1. Run migration scripts to create related tables in the DB
php artisan migrate --package=fourtwenty/cms
  1. Publish asset files
php artisan asset:publish --package=fourtwenty/cms
  1. Run migrations
php artisan db:seed --class="Fourtwenty\Cms\CmsDatabaseSeeder"
php artisan db:seed --class="CmsDatabaseSeeder"
  1. Custom configurations
 php artisan config:publish fourtwenty/cms

About

CMS backend for Laravel 4.x. Quickly integrate pages, blogs, FAQs, products, news, etc. in to your website and specify which areas you/client can manage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published