CLOUD9 installation laravel51

Source: Internet
Author: User
1, first create your own CLOUD9 application workspace, choose PHP Environment
2, delete the generated files inside,

rm README.md php.ini hello-world.php

3, installation composer

-sS https://getcomposer.org/installer | php

4, move the Composer.phar to the bin directory, convenient for global use

sudo

5. Create Laravel Project

Composer Create-project Laravel/laravel project name –prefer-dist

6. Move the generated Laravel project's sub-files to the previous directory, and then delete the generated Laravel project file

Shopt-s Dotglob
MV laravel/*./#laravel指的是生成laravel项目所有文件移动上一层目录
RM-RF Laravel #删除掉生成的aravel项目

7. In Cloud9, Apache specifies public

sudo nano/etc/apache2/sites-enabled/001-cloud9.conf

// Change this lineDocumentRoot /home/ubuntu/workspace改成下面的这个样子// To followingDocumentRoot /home/ubuntu/workspace/public

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The above describes the CLOUD9 installation laravel51, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • 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.