lindencms / cms
LindenCMS - Complete CMS solution with dynamic content modeling for Laravel.
v0.1.3
2026-06-27 21:32 UTC
Requires
- php: ^8.5
- brick/math: ^0.14.2 || ^0.15 || ^0.16 || ^0.17 || ^0.18
- intervention/image: ^3.11
- laravel/fortify: ^1.37
- laravel/framework: ^12.0
- lindencms/core: ^0.1.0
- lindencms/templator: ^0.1.0
README
A modern, code-first PHP/Laravel CMS built to accelerate development.
LindenCMS gives you the development speed of a traditional CMS with the flexibility of fully custom code. Designed to reduce development time while keeping your structure dynamic.
Quick Links
Key Features
- Code-first Architecture – No GUI builders. Just clean PHP 8.5 code.
- Rapid Development – Define your content structure once and get migrations, validation, API endpoints, and an admin UI automatically.
- Modern PHP – Built with attributes, typed properties, and closures.
Quick Start
composer create-project laravel/laravel:^12.0 my-project
cd my-project
composer require lindencms/cms
php artisan lindencms:install
php artisan lindencms:sync
Project Status
Early Beta – This project is under active development. It is stable for testing and feedback but is not yet recommended for production use. See the Beta Notice in the documentation for details.