PHPackages                             taiwanleaftea/tltcms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. taiwanleaftea/tltcms

ActiveLibrary[Admin Panels](/categories/admin)

taiwanleaftea/tltcms
====================

CMS helpers for Orchid platform

0.7.1(3mo ago)00MITPHPPHP ^8.3

Since Dec 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/taiwanleaftea/tltcms)[ Packagist](https://packagist.org/packages/taiwanleaftea/tltcms)[ RSS](/packages/taiwanleaftea-tltcms/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (14)Used By (0)

TLT CMS
=======

[](#tlt-cms)

CMS helpers for Laravel Orchid

Installation
------------

[](#installation)

First install and set up Laravel framework and Orchid platform as described in documentation.

Run the following commands from your terminal:

```
composer require taiwanleaftea/tltcms
```

```
php artisan vendor:publish --tag=tltcms --ansi --force
```

config/tltcms.php and migrations will be published, next run

```
php artisan migrate
```

add to app/Orchid/PlatformProvider.php

```
public function menu(): array
{
    return [
        ...
        Menu::make(__('Settings'))
            ->icon('gear')
            ->route('admin.settings'),
        ...
    ];
}

```

If you want edit views, you can publish them using command

```
php artisan vendor:publish --tag=tltcms-views --ansi --force
```

Usage
-----

[](#usage)

The project includes Breadcrumbs, MainMenu modules, Image optimizing module, Slug module, and some useful helpers.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance82

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~39 days

Recently: every ~115 days

Total

13

Last Release

91d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34efc79b2aec0411e3bc2edf4a7c2ef0bad7d3e7ef6f03b6439abc26ca20fd26?d=identicon)[taiwanleaftea](/maintainers/taiwanleaftea)

---

Top Contributors

[![taiwanleaftea](https://avatars.githubusercontent.com/u/13335635?v=4)](https://github.com/taiwanleaftea "taiwanleaftea (21 commits)")

---

Tags

cmsblog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/taiwanleaftea-tltcms/health.svg)

```
[![Health](https://phpackages.com/badges/taiwanleaftea-tltcms/health.svg)](https://phpackages.com/packages/taiwanleaftea-tltcms)
```

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[october/rain

October Rain Library

1581.7M73](/packages/october-rain)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11914.4k42](/packages/kompo-kompo)[eveseat/web

SeAT Web Interface

2623.4k148](/packages/eveseat-web)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
