birzha - october
Go to file
saparatayev fb7e508c50 email verification test email template 2022-02-09 11:29:48 +05:00
.github bug classesss 2021-08-19 15:53:22 +05:00
bootstrap Restore autoloader and bootstrapper 2020-02-27 20:07:42 +11:00
config sms testv3 2022-02-01 19:05:50 +05:00
modules fix: validate phone (username) with dial code 2022-01-18 16:14:48 +05:00
plugins email verification test email template 2022-02-09 11:29:48 +05:00
shablon try to set a vackground color for mail template header 2022-02-08 18:14:41 +05:00
storage sms test 2022-01-29 12:29:14 +05:00
tests Support saving deferred bindings with pivot data. (#5466) 2021-03-18 06:24:39 +11:00
themes template image src fix 2022-02-07 14:04:42 +05:00
.babelrc Initial unit tests for front-end framework (#4576) 2019-09-25 10:23:17 -06:00
.editorconfig Add editorconfig 2014-10-24 13:04:32 -04:00
.gitattributes Base files 2014-05-14 23:21:55 +10:00
.gitignore ignore second time classes.php 2021-08-21 11:19:24 +05:00
.htaccess tweak .htaccess 2020-09-06 13:36:28 -06:00
.jshintrc Initial unit tests for front-end framework (#4576) 2019-09-25 10:23:17 -06:00
CHANGELOG.md Added issue templates, moved code of conduct 2018-12-27 16:17:12 -06:00
CODE_OF_CONDUCT.md Move the code of conduct to appease GitHub 2019-01-10 18:59:52 -06:00
LICENSE Update license with acceptable attribution 2021-03-04 14:50:01 +11:00
README.md Warm up to composer integration 2021-03-04 21:31:30 +11:00
SECURITY.md Core team to handle security reports 2021-03-04 12:33:16 +11:00
artisan Minor 2020-02-27 21:09:02 +11:00
composer.json sms test 2022-01-29 12:29:14 +05:00
index.php Restore autoloader and bootstrapper 2020-02-27 20:07:42 +11:00
package.json Clarify IP ownership 2021-03-04 14:58:22 +11:00
phpcs.xml Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
phpunit.xml Drop Rain tests from main October CMS test suite (#5449) 2021-01-13 10:13:27 +08:00
server.php Code tweak to server.php (#5317) 2020-10-16 15:01:57 +08:00

README.md

October

October is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of frustration with existing systems. 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.

Stable Build License

Installing October

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

Quick Start Installation

If you have composer installed, run this in your terminal to install October CMS from command line. This will place the files in a directory named myoctober.

composer create-project october/october myoctober

If you plan on using a database, run this command inside the application directory.

php artisan october:install

Learning October

The best place to learn October is by reading the documentation, watching some screencasts or following some tutorials.

You may also watch these introductory videos for beginners and advanced users.

Development Team

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

Foundation library

The CMS uses Laravel as a foundation PHP framework.

Contact

You can communicate with us using the following mediums:

Premium Support

October CMS can provide premium support for a monthly fee. Find out more via the Premium Support Program.

Contributing

Before sending a Pull Request, be sure to review the Contributing Guidelines first. We are currently operating on a smaller staff and it may take some time to reach your issue. For priority issues, consider purchasing a premium support plan.

Coding standards

Please follow the following guides and code standards:

Code of Conduct

In order to ensure that the October CMS community is welcoming to all, please review and abide by the Code of Conduct.

License

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

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.