PHPackages                             dreadnaught/laramie - 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. dreadnaught/laramie

ActiveLibrary[Admin Panels](/categories/admin)

dreadnaught/laramie
===================

Laramie is a magical composer package for Laravel that grants your application amazing CMS abilities.

v1.1.9(2w ago)0322[6 PRs](https://github.com/dreadnaught-dev/laramie/pulls)GPL-3.0+JavaScriptPHP ^8.1

Since Jul 16Pushed 2w ago2 watchersCompare

[ Source](https://github.com/dreadnaught-dev/laramie)[ Packagist](https://packagist.org/packages/dreadnaught/laramie)[ Docs](https://github.com/dreadnaught-dev/laramie)[ RSS](/packages/dreadnaught-laramie/feed)WikiDiscussions main Synced 4d ago

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

Laramie
=======

[](#laramie)

Laramie is a magical composer package for [Laravel](https://laravel.com/) that grants your application amazing CMS abilities. Installation is totally non-destructive, so you can install it and not worry about it wrecking existing work. Drop it in and leverage it for your whole application, just parts of it, or as a headless CMS driving your nifty frontend / mobile apps.

Some highlights:

- Non-destructive installation
- Incredibly simple data modeling (JSON)
- 2-factor authentication
- Revision control all your content (view history and roll back when needed)
- Customizable workflows via event hooks
- Advanced filtering and sorting
- Markdown editing (in addition to WYSIWYG options)

Learning Laramie
----------------

[](#learning-laramie)

See Laramie's [online documentation](https://laramie.io/docs).

Install
-------

[](#install)

Laramie is simply a composer package, so installing it couldn't be easier:

```
composer require laramie-cms/laramie
```

Next, register Laramie's service providers with Laravel by modifying `config/app.php`:

```
'providers' => [
    // Other Service Providers

    Laramie\Providers\LaramieServiceProvider::class,
    Laramie\Providers\LaramieEventServiceProvider::class,
],
```

Complete the installation:

```
php artisan vendor:publish
php artisan migrate
php artisan laramie:authorize your-user@email.com
```

Bam! That's it! Your new admin will be available at `yoursite.dev/admin`.

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email Preston Clark at [](mailto:laramie.pclark@mailhero.io) instead of using the issue tracker.

License
-------

[](#license)

Laramie is open-sourced software, licensed under the MIT License (MIT). Please see the [license file](LICENSE.md) for more information.

Additional Notes
----------------

[](#additional-notes)

Icons by Smashicons from flaticon.com

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance96

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 93% 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 ~88 days

Recently: every ~136 days

Total

33

Last Release

19d ago

Major Versions

v1.1.8 → v10.x-dev2026-04-27

PHP version history (3 changes)v1.0.0PHP &gt;=7.0.10

v1.1.0.x-devPHP ^8.0.2

v1.1.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0786aeb6e1f6270a1bcc2a1414158abaf0f5ca2e285261483a2f660f502cbcd?d=identicon)[presclark](/maintainers/presclark)

---

Top Contributors

[![presclark](https://avatars.githubusercontent.com/u/309059?v=4)](https://github.com/presclark "presclark (213 commits)")[![josephbarhorst](https://avatars.githubusercontent.com/u/410980?v=4)](https://github.com/josephbarhorst "josephbarhorst (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

cmsheadlessheadless cmslaramie

### Embed Badge

![Health badge](/badges/dreadnaught-laramie/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[alexstack/laravel-cms

Simple Bootstrap Laravel CMS. Can integrate to any existing Laravel project. Only add few database tables with prefix, not effect your existing database tables. Support Laravel 8.x &amp; 7.x &amp; Laravel 6.x &amp; Laravel 5.x - Amila Laravel CMS

1084.3k5](/packages/alexstack-laravel-cms)[bpocallaghan/titan

Core framework for laravel projects (Laravel Admin Starter).

5811.2k1](/packages/bpocallaghan-titan)

PHPackages © 2026

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