Laravel installation record, laravel installation record _ PHP Tutorial

Source: Internet
Author: User
Laravel installation record and laravel installation record. Laravel installation record, laravel installation record system environment: ubuntu-14.10-server-i386 (32) LAMP system default installation according to: laravel. comdocs5.1 official documentation, prepared through Comp Laravel installation record, laravel installation record

System environment: ubuntu-14.10-server-i386 (32) LAMP system default installation

Prepared for installation via Composer according to: http://laravel.com/docs/5.1 official documentation

1. install Composer.

Reference: https://getcomposer.org/download/

 

curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

  

2. install Laravel

 

2.1 Download dependent files

omposer global require "laravel/installer=~1.1"

2.2 install Laravel

laravel new site

In this process, we encounter:-bash: laravel: command not found.

Solution:

export PATH="$PATH:~/.composer/vendor/bin"

  

Http://www.bkjia.com/PHPjc/1050494.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/1050494.htmlTechArticleLaravel installation record, laravel installation record system environment: ubuntu-14.10-server-i386 (32) LAMP system default installation according to: http://laravel.com/docs/5.1 official documentation, ready through Comp...

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.