boomcms/boomcms

BoomCMS is built on Laravel 5 and released under the MIT license. BoomCMS is designed to be easy to use for content editors and developers alike

v7.1.0 2017-11-25 17:55 UTC

README

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

Installation

BoomCMS can be installed via Composer:

composer create-project boomcms/boomcms --prefer-dist

You'll then want to setup your Apache virtual host:

<VirtualHost *:80>
	ServerName <your server name>
	DocumentRoot "<your install path>/public"
	<Directory "<your install path>/public">
		AllowOverride all
	</Directory>
</VirtualHost>

Then open up Boom in your browser to complete the installation process.

Credits

BoomCMS is built on the Laravel Framework. WYSYWIG text editor is courtesty of wysihtml