Go to file
Samuel Georges e48963b1e9 Improve mode detection for relations by using an event target 2015-02-28 19:33:11 +11:00
bootstrap Fixes Custom Exception Handler for L5 2015-02-07 16:14:26 +11:00
config uploadsPath -> cms.storage.uploads.path 2015-02-23 19:55:41 +11:00
modules Improve mode detection for relations by using an event target 2015-02-28 19:33:11 +11:00
plugins/october/demo Implemented server-side drop-down event, updated documentation. 2014-12-10 19:49:50 -08:00
storage Implement plugins_path() usage 2015-02-07 15:37:07 +11:00
tests Prepare for CDN, config rename cms.plugins|themes|uploadsDir -> cms.plugins|themes|uploadsPath 2015-02-17 20:58:38 +11:00
themes/demo Add meta description and title 2015-02-27 15:44:37 +01: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 Improve htaccess security 2015-02-20 22:11:42 +11:00
CHANGELOG.md Report Widgets now support the use of AJAX event handlers. ping @ChadStrat 2015-02-28 11:53:24 +11:00
CONTRIBUTING.md Add note about other plugins 2014-11-01 15:57:06 +11:00
README.md Add fancy ASCII logo to readme 2015-02-20 18:16:38 +11:00
artisan Remove patch code 2015-02-07 14:12:20 +11:00
composer.json Prevents infinite loop with traceSql(), remember() is back 2015-02-07 10:08:10 +11:00
index.php Migrate bootstrap process 2015-02-04 19:31:41 +11:00
phpdoc.dist.xml Add phpdoc.dist.xml 2014-05-14 23:28:56 +10:00
phpunit.xml Add env vars to phpunit 2015-02-20 22:12:11 +11:00
server.php Server for L5 2015-02-26 00:34:37 +04:00

README.md

.====================================================================.
                                                                      
 .d8888b.   .o8888b.   db  .d8888b.  d8888b. d88888b d8888b.  .d888b. 
.8P    Y8. d8P    Y8   88 .8P    Y8. 88  `8D 88'     88  `8D .8P , Y8.
88      88 8P      oooo88 88      88 88oooY' 88oooo  88oobY' 88  |  88
88      88 8b      ~~~~88 88      88 88~~~b. 88~~~~  88`8b   88  |/ 88
`8b    d8' Y8b    d8   88 `8b    d8' 88   8D 88.     88 `88. `8b | d8'
 `Y8888P'   `Y8888P'   YP  `Y8888P'  Y8888P' Y88888P 88   YD  `Y888P' 
                                                                      
`========================= GET BACK TO BASICS ======================='

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.