dreadnaught / laramie
Laramie is a magical composer package for Laravel that grants your application amazing CMS abilities.
Package info
github.com/dreadnaught-dev/laramie
Language:JavaScript
pkg:composer/dreadnaught/laramie
Requires
- php: ^8.1
- bacon/bacon-qr-code: ^2.0
- cogpowered/finediff: ^0.3.1
- guzzlehttp/guzzle: ^7.5
- intervention/image: ^2.7
- justinrainbow/json-schema: ^5.2
- league/csv: ^9.8
- pragmarx/google2fa: ^8.0
This package is auto-updated.
Last update: 2026-05-27 15:47:55 UTC
README
Laramie is a magical composer package for Laravel 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
See Laramie's online documentation.
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
composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email Preston Clark at laramie.pclark@mailhero.io instead of using the issue tracker.
License
Laramie is open-sourced software, licensed under the MIT License (MIT). Please see the license file for more information.
Additional Notes
Icons by Smashicons from flaticon.com