Go to file
Sam Georges 3ac3a7318f Fixes bug preventing plugins from being installed 2014-07-25 17:41:37 +10:00
app Refs https://github.com/octobercms/install/pull/37 2014-07-24 22:11:55 +10:00
bootstrap Fixes #347, Fixes #401 - Allow user routes to be registered before the CMS 2014-07-12 13:16:16 +10:00
modules Fixes bug preventing plugins from being installed 2014-07-25 17:41:37 +10:00
plugins/october/demo Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
tests Rewind DI to prevent double up bug 2014-07-19 16:09:44 +10:00
themes/demo YAML fields should be camel for PHP friendliness 2014-07-19 16:19:07 +10:00
uploads Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
.gitattributes Base files 2014-05-14 23:21:55 +10:00
.gitignore Create functional tests 2014-06-17 18:54:31 +10:00
.htaccess Add PDF file extension 2014-06-11 07:31:11 +10:00
CHANGELOG.md * Build 125 2014-07-24 20:24:35 +10:00
CONTRIBUTING.md Add contributions made by #336 2014-06-20 20:17:36 +10:00
README.md Add contributions made by #336 2014-06-20 20:17:36 +10:00
artisan Base files 2014-05-14 23:21:55 +10:00
composer.json Fixes #277 Add "prefer-stable": true, to octobers composer.json 2014-06-27 12:00:49 +10:00
index.php Base files 2014-05-14 23:21:55 +10:00
phpdoc.dist.xml Add phpdoc.dist.xml 2014-05-14 23:28:56 +10:00
phpunit.xml Base files 2014-05-14 23:21:55 +10:00
server.php Remove adaption on server.php, original Laravel copy works fine 2014-05-17 13:04:59 +10:00

README.md

October is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again.We feel building websites has become a convoluted and confusing process that leaves developers unsatisfied, we want to turn you around to the simpler side and get back to basics.

October's mission is to show the world that web development is not rocket science.

Learning October

The best place to learn October is by reading the documentation.

Installing October

Instructions on how to install October can be found at the installation guide.

Development Team

October was created by Alexey Bobkov and Samuel Georges, who both continue to develop the platform.

Coding standards

Please follow the following guides and code standards:

Foundation library

The CMS uses Laravel as a foundation PHP framework.

Contact

You can communicate with us using the following mediums:

Licence

The OctoberCMS platform is open-sourced software licensed under the MIT license.

Contributing

Before sending a Pull Request, be sure to review the Contributing Guidelines first.