Go to file
Samuel Georges 77d0d25f64 Merge pull request #934 from Flynsarmy/removeFormField
Add support for removing form fields
2015-02-12 08:32:03 +11:00
bootstrap Fixes Custom Exception Handler for L5 2015-02-07 16:14:26 +11:00
config Fixes unit tests 2015-02-10 17:45:27 +11:00
modules Merge pull request #934 from Flynsarmy/removeFormField 2015-02-12 08:32:03 +11:00
plugins/october/demo Updating plugin folder 2014-10-18 12:49:29 +02:00
storage Implement plugins_path() usage 2015-02-07 15:37:07 +11:00
tests Fixes unit tests 2015-02-10 17:45:27 +11:00
themes/demo Add charset meta tag 2014-12-17 10:38:40 +01: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 Update Font Autumn to latest 2015-01-28 18:28:35 +11:00
CHANGELOG.md Popup control now supports several sizes via `data-size` attribute: giant, huge, large, small, tiny. 2015-02-11 14:36:00 +11:00
CONTRIBUTING.md Add note about other plugins 2014-11-01 15:57:06 +11:00
README.md Add PSR-4 2015-02-10 17:18:57 +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 Remove functional tests from the standard phpunit process 2015-01-05 11:30:03 +11: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.