Bootstrap CMS was created by, and is maintained by Graham Campbell, and is a PHP CMS powered by Laravel 5.1 and Sentry. It utilises many of my packages including Laravel Core and Laravel Credentials. Feel free to check out the releases, license, screenshots, and contribution guidelines.
PHP 5.5+ or HHVM 3.6+, a database server, and Composer are required.
git clone git@github.com:BootstrapCMS/CMS.gitcomposer create-project graham-campbell/bootstrap-cms --prefer-dist -s devcomposer install --no-dev -o and then npm install.config/database.php.php artisan app:install followed by gulp --production to setup the application.config/mail.php.config/credentials.phpconfig/contact.phpphp artisan serveBootstrap CMS uses Laravel's queue system to offload jobs such as sending emails so your users don't have to wait for these activities to complete before their pages load. By default, we're using the "sync" queue driver.
config/queue.php.Bootstrap CMS provides caching functionality, and when enabled, requires a caching server.
Note that caching will not work with Laravel's file or database cache drivers.
config/cache.php.Bootstrap CMS also ships with 18 themes, 16 from Bootswatch.
config/theme.php.config/theme.php.php artisan app:update.Bootstrap CMS natively supports Google Analytics.
config/analytics.php.config/analytics.php.Bootstrap CMS can read CloudFlare analytic data through a package.
GNU AFFERO GENERAL PUBLIC LICENSE
Bootstrap CMS Is A PHP CMS Powered By Laravel 5 And Sentry
Copyright (C) 2013-2015 Graham Campbell
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.