Getting Started
Install OI Laravel Publish and create your first pages and blocks.
Getting Started
OI Laravel Publish is the content layer (CMS core) for Laravel applications. It models recursive pages that each own an ordered collection of blocks, with the processing and rendering of each page and block described by a code-defined template.
The package ships the data layer only — models, data, form requests, migrations, config and a template registry. Controllers, routes and views are left to the host application.
Start with Installation, then read Pages and Blocks.