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
- Host: GitHub
- URL: https://github.com/runsite/cmf
- Owner: Runsite
- Created: 2018-01-13T11:45:48.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-08-04T07:03:38.000Z (about 8 years ago)
- Last Synced: 2025-03-25T01:43:27.733Z (over 1 year ago)
- Topics: cmf, laravel
- Language: JavaScript
- Size: 19.6 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


