Go to file
Sam Georges e7c33467f3 Give the compiled CSS it's own cache pipe so it doesn't conflict with the deferred binding workflow 2014-11-01 10:26:43 +11:00
app Fix typo in app/config/cms.php 2014-10-24 07:32:51 +07:00
bootstrap Fixes issue where XDebug aborts the thread for maximum function count. 2014-10-21 19:20:55 +11:00
modules Give the compiled CSS it's own cache pipe so it doesn't conflict with the deferred binding workflow 2014-11-01 10:26:43 +11:00
plugins/october/demo Updating plugin folder 2014-10-18 12:49:29 +02:00
tests BackendSettings -> BrandSettings 2014-10-15 19:53:44 +11:00
themes/demo Typos 2014-09-19 19:42:39 +10:00
uploads Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
.editorconfig Add editorconfig 2014-10-24 13:04:32 -04:00
.gitattributes Base files 2014-05-14 23:21:55 +10:00
.gitignore Add .env.*.php files to .gitignore 2014-10-07 14:13:04 +03:00
.htaccess Add PDF file extension 2014-06-11 07:31:11 +10:00
CHANGELOG.md Give the compiled CSS it's own cache pipe so it doesn't conflict with the deferred binding workflow 2014-11-01 10:26:43 +11:00
CONTRIBUTING.md Add contributions made by #336 2014-06-20 20:17:36 +10:00
README.md Fixes missing space and typo (Licence) in README.md 2014-10-15 18:50:19 -06:00
artisan Base files 2014-05-14 23:21:55 +10:00
composer.json Composer fixes 2014-07-28 23:55:46 +01: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.

Using LESS

The theme is based on the Twitter Bootstrap framework and uses LESS language for generating the CSS. Please use a suitable LESS application for compiling the assets/less/*.less file to assets/css/*.css. The following applications are recommended:

Contact

You can communicate with us using the following mediums:

License

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.