2017 © Pedro Peláez
 

library laramie

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

image

dreadnaught/laramie

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

  • Tuesday, July 17, 2018
  • by presclark
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • -20 % Grown

The README.md

Laramie

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., (*1)

Some highlights:, (*2)

  • 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., (*3)

Install

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

``` bash composer require laramie-cms/laramie, (*5)


Next, register Laramie's service providers with Laravel by modifying `config/app.php`: ```php 'providers' => [ // Other Service Providers Laramie\Providers\LaramieServiceProvider::class, Laramie\Providers\LaramieEventServiceProvider::class, ],

Complete the installation:, (*6)

``` bash php artisan vendor:publish php artisan migrate php artisan laramie:authorize your-user@email.com, (*7)


Bam! That's it! Your new admin will be available at `yoursite.dev/admin`. ## Testing ``` bash composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

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

License

Laramie is open-sourced software, licensed under the MIT License (MIT). Please see the license file for more information., (*10)

Additional Notes

Icons by Smashicons from flaticon.com, (*11)

The Versions

17/07 2018

dev-master

9999999-dev https://github.com/dreadnaught-dev/laramie

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

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

cms headless headless cms laramie

16/07 2018

v1.0.0

1.0.0.0 https://github.com/dreadnaught-dev/laramie

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

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

cms headless headless cms laramie

08/02 2018

v1.0-beta

1.0.0.0-beta https://github.com/dreadnaught-dev/laramie

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

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Preston Clark

cms laramie