Skip to content

boomcms/boomcms

Repository files navigation

BoomCMS

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

About

BoomCMS is a user friendly, WYSIWYG CMS based on Laravel. Open source and released under the MIT license

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages