runsite/cmf

Maintainers

Details

github.com/Runsite/CMF

Source

Issues

Installs: 15

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 0

Language:JavaScript


README

Content Management Framework

We do not offer ready-made solutions, such as those in the CMS. We make it easy to create your own solutions based on dynamic models and trees from nodes.

Dependencies:

  • php >= 7.0
  • laravel >= 5.5

Note! You can install this package only for fresh laravel installation. Do not use this on existing projects.

Installation

  1. Make a fresh install of Laravel
composer create-project --prefer-dist laravel/laravel you_dirname
  1. Navigate to your folder
cd you_dirname
  1. Make sure you have valid connection with database. Do not run any commands such as php artisan
  2. Require package runsite/cmf
composer require runsite/cmf

The installation will start automatically.

  1. Start server
php artisan serve
  1. Navigate to http://127.0.0.1:8000/admin

Demo image Demo image Demo image