{"id":13398197,"url":"https://github.com/BootstrapCMS/CMS","last_synced_at":"2025-03-14T02:30:49.538Z","repository":{"id":9611447,"uuid":"11535888","full_name":"BootstrapCMS/CMS","owner":"BootstrapCMS","description":"A PHP CMS powered by Laravel 5 and Sentry","archived":true,"fork":false,"pushed_at":"2016-06-28T10:28:14.000Z","size":7420,"stargazers_count":2519,"open_issues_count":8,"forks_count":822,"subscribers_count":280,"default_branch":"master","last_synced_at":"2024-04-28T03:10:26.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BootstrapCMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-19T19:50:13.000Z","updated_at":"2024-04-08T17:03:50.000Z","dependencies_parsed_at":"2022-08-30T10:11:21.808Z","dependency_job_id":null,"html_url":"https://github.com/BootstrapCMS/CMS","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootstrapCMS%2FCMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootstrapCMS%2FCMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootstrapCMS%2FCMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootstrapCMS%2FCMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BootstrapCMS","download_url":"https://codeload.github.com/BootstrapCMS/CMS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511585,"owners_count":20302576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T19:00:19.907Z","updated_at":"2025-03-14T02:30:48.941Z","avatar_url":"https://github.com/BootstrapCMS.png","language":"PHP","readme":"Bootstrap CMS\n=============\n\nBootstrap CMS was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a PHP CMS powered by [Laravel 5.1](http://laravel.com) and [Sentry](https://cartalyst.com/manual/sentry). It utilises many of my packages including [Laravel Core](https://github.com/GrahamCampbell/Laravel-Core) and [Laravel Credentials](https://github.com/BootstrapCMS/Credentials). Feel free to check out the [releases](https://github.com/BootstrapCMS/CMS/releases), [license](LICENSE), [screenshots](SCREENSHOTS.md), and [contribution guidelines](CONTRIBUTING.md).\n\n![Bootstrap CMS](https://cloud.githubusercontent.com/assets/2829600/4432327/c1ae6436-468c-11e4-84eb-4e5e546da3ff.PNG)\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/BootstrapCMS/CMS\"\u003e\u003cimg src=\"https://img.shields.io/travis/BootstrapCMS/CMS/master.svg?style=flat-square\" alt=\"Build Status\"\u003e\u003c/img\u003e\u003c/a\u003e\n\u003ca href=\"https://scrutinizer-ci.com/g/BootstrapCMS/CMS/code-structure\"\u003e\u003cimg src=\"https://img.shields.io/scrutinizer/coverage/g/BootstrapCMS/CMS.svg?style=flat-square\" alt=\"Coverage Status\"\u003e\u003c/img\u003e\u003c/a\u003e\n\u003ca href=\"https://scrutinizer-ci.com/g/BootstrapCMS/CMS\"\u003e\u003cimg src=\"https://img.shields.io/scrutinizer/g/BootstrapCMS/CMS.svg?style=flat-square\" alt=\"Quality Score\"\u003e\u003c/img\u003e\u003c/a\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-AGPL%203.0-brightgreen.svg?style=flat-square\" alt=\"Software License\"\u003e\u003c/img\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/BootstrapCMS/CMS/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/BootstrapCMS/CMS.svg?style=flat-square\" alt=\"Latest Version\"\u003e\u003c/img\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Installation\n\n[PHP](https://php.net) 5.5+ or [HHVM](http://hhvm.com) 3.6+, a database server, and [Composer](https://getcomposer.org) are required.\n\n1. There are 3 ways of grabbing the code:\n  * Use GitHub: simply download the zip on the right of the readme\n  * Use Git: `git clone git@github.com:BootstrapCMS/CMS.git`\n  * Use Composer: `composer create-project graham-campbell/bootstrap-cms --prefer-dist -s dev`\n2. From a command line open in the folder, run `composer install --no-dev -o` and then `npm install`.\n3. Enter your database details into `config/database.php`.\n4. Run `php artisan app:install` followed by `gulp --production` to setup the application.\n5. You will need to enter your mail server details into `config/mail.php`.\n  * You can disable verification emails in `config/credentials.php`\n  * Mail is still required for other functions like password resets and the contact form\n  * You must set the contact email in `config/contact.php`\n  * I'd recommend [queuing](#setting-up-queing) email sending for greater performance (see below)\n6. Finally, setup an [Apache VirtualHost](http://httpd.apache.org/docs/current/vhosts/examples.html) to point to the \"public\" folder.\n  * For development, you can simply run `php artisan serve`\n\n\n## Setting Up Queuing\n\nBootstrap 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.\n\n1. Check out Laravel's [documentation](http://laravel.com/docs/master/queues#configuration).\n2. Enter your queue server details into `config/queue.php`.\n\n\n## Setting Up Caching\n\nBootstrap CMS provides caching functionality, and when enabled, requires a caching server.\nNote that caching will not work with Laravel's `file` or `database` cache drivers.\n\n1. Choose your poison - I'd recommend [Redis](http://redis.io).\n2. Enter your cache server details into `config/cache.php`.\n3. Setting the driver to array will effectively disable caching if you don't want the overhead.\n\n\n## Setting Up Themes\n\nBootstrap CMS also ships with 18 themes, 16 from [Bootswatch](http://bootswatch.com).\n\n1. You can set your theme in `config/theme.php`.\n2. You can also set your navbar style in `config/theme.php`.\n3. After making theme changes, you will have to run `php artisan app:update`.\n\n\n## Setting Up Google Analytics\n\nBootstrap CMS natively supports [Google Analytics](http://www.google.com/analytics).\n\n1. Setup a web property on [Google Analytics](http://www.google.com/analytics).\n2. Enter your tracking id into `config/analytics.php`.\n3. Enable Google Analytics in `config/analytics.php`.\n\n\n## Setting Up CloudFlare Analytics\n\nBootstrap CMS can read [CloudFlare](https://www.cloudflare.com/) analytic data through a package.\n\n1. Follow the install instructions for my [Laravel CloudFlare](https://github.com/BootstrapCMS/CloudFlare) package.\n2. Bootstrap CMS will auto-detect the package, only allow admin access, and add links to the navigation bar.\n\n\n## License\n\nGNU AFFERO GENERAL PUBLIC LICENSE\n\nBootstrap CMS Is A PHP CMS Powered By Laravel 5 And Sentry\n\nCopyright (C) 2013-2015 Graham Campbell\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","funding_links":[],"categories":["Laravel","PHP","Resources"],"sub_categories":["Applications Built with Laravel"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBootstrapCMS%2FCMS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBootstrapCMS%2FCMS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBootstrapCMS%2FCMS/lists"}