Search by

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

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

This package is auto-updated.

Last update: 2026-08-22 10:35:19 UTC


README

A modern, code-first PHP/Laravel CMS built to accelerate development.

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.