cswiley / laravel-content-block-cms
Simple content block based cms package for laravel
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/cswiley/laravel-content-block-cms
Language:JavaScript
pkg:composer/cswiley/laravel-content-block-cms
0.9.17
2018-07-23 19:37 UTC
Requires
- php: >=7.0.0
- laravel/framework: >=5.5.0
- laravel/tinker: ~1.0
- laravelcollective/html: ^5.5
README
Content block based cms
Simple cms system that allows you to define the content blocks/pages as json files. The blocks data can then be fetched by instanciating or injecting the class Cswiley\Cms\Cms and using the accessor method: get(filename).