LindenCMS - Complete CMS solution with dynamic content modeling for Laravel.

Maintainers

Package info

github.com/kolodochka-dev/lindencms

pkg:composer/lindencms/cms

Transparency log

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.1.3 2026-06-27 21:32 UTC

This package is auto-updated.

Last update: 2026-07-02 20:50:12 UTC


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.