Skip to content

robbytaylor/boom-core

 
 

Repository files navigation

BoomCMS

BoomCMS is a content management system which is designed to be easy for content editors and developers alike.

Build Status StyleCI

This is the core code for BoomCMS which is designed to be integrated into a laravel application.

To create a new BoomCMS app follow the installation instructions in the BoomCMS app.

To integrate BoomCMS with an existing Laravel application add it to your composer.json file:

    "boomcms/boom-core": ">=3.0"

Then add the service provider to the provider's section in your application's config/app.php file:

'BoomCMS\ServiceProviders\BoomCMSServiceProvider'

About

BoomCMS is an easy to use CMS released under the MIT license. The core code is available here as a Laravel package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 62.3%
  • JavaScript 20.6%
  • HTML 11.4%
  • CSS 5.7%