About the installation configuration process of Laravel October

Source: Internet
Author: User
Tags php framework composer install
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!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.