This article mainly introduces the installation procedure of October in Laravel project, has certain reference value, now share to everybody, need friend can refer to
October is a free, open source, self-hosted laravel PHP framework CMS platform. Laravel app ranked second on the GitHub platform, you can study it for yourself. Official introduction: October is a Content management system (CMS) and web platform whose sole purpose is to make your development workflow simple. It was born in disappointment with the existing system. We feel that building a website has become a confusing and confusing process that makes developers dissatisfied. We want to move you to the simpler side and back to the basics. Now let's install the test with Ytkah.
1. Environmental Requirements
PHP version 7.0 or higher PDO php extensioncurl php extensionopenssl php extensionmbstring php libraryziparchive php librarygd PH P Library
2. Installation, there are two methods, wizard installation and composer install
2.1 Wizards
Download the installation package Http://octobercms.com/download, unzip to the root directory, set the writable permissions for folders and subfolders, Access www.***.com/install.php for installation
To detect if the system environment meets the requirements, click Agree to continue
Set up database connection, Administrator account, background path settings, etc.
Click Start from a theme to start downloading the CMS Master package for installation, wait patiently, the time may be longer, may need to set Apache or Nginx timeout
2.2 Composer Install
Composer Create-project October/october Myoctober
Open config/cms.php, set
' Disablecoreupdates ' = true,
If you want to use the development version, you can set the Composer.json
"October/rain": "Dev-develop as 1.0", "October/system": "Dev-develop", "October/backend": "Dev-develop", "October/cms" : "Dev-develop", "Laravel/framework": "5.5.* @dev",
It is important to open the config/database.php and modify the database information (this system is not configured. env, if you need to configure it yourself), run
Composer Install
The above is the whole content of this article, I hope that everyone's learning has helped, more relevant content please pay attention to topic.alibabacloud.com!