An open API service indexing awesome lists of open source software.

https://github.com/runsite/cmf

Content Management Framework
https://github.com/runsite/cmf

cmf laravel

Last synced: over 1 year ago
JSON representation

Content Management Framework

Awesome Lists containing this project

README

          

# Runsite CMF
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
```
2. Navigate to your folder
```
cd you_dirname
```
4. Make sure you have valid connection with database. **Do not run any commands such as php artisan**
3. Require package runsite/cmf
```
composer require runsite/cmf
```
The installation will start automatically.

4. Start server
```
php artisan serve
```
5. Navigate to http://127.0.0.1:8000/admin

![Demo image](https://user-images.githubusercontent.com/10208931/34906128-747960c4-f86f-11e7-9acf-4bcab1e71dab.png)
![Demo image](https://user-images.githubusercontent.com/10208931/34906133-7fda5752-f86f-11e7-9cf9-b8a0ab8406b6.png)
![Demo image](https://user-images.githubusercontent.com/10208931/34906136-86c61150-f86f-11e7-8049-a521526e086d.png)