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.
Installs: 464
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Language:JavaScript
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).