來源:WimJimmy 發(fā)布時間:2018-06-30 17:31:22 閱讀量:870
服務(wù)器環(huán)境ubuntu-server-14.04.4
查看系統(tǒng)環(huán)境是否滿足以下條件
OR
命令行php -m 查看模塊
對照一下
- PHP >= 5.5.9
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
First, you need to download Composer into your project folder. Let’s create an empty folder for this purpose in our /var/www Apache web root folder called my_project:
Download Composer into this folder with the following command:
curl -sS https://getcomposer.org/installer | php
You should see a success message that looks something like this:
Now if you check in the project folder, you’ll see that only one file has been downloaded: composer.phar - a PHP archive file that can be run from the command line.
根目錄是public
sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/apache2 stop
訪問localhost 出現(xiàn)“Laravel 5” 就OK了
假如發(fā)現(xiàn)報錯
failed to open之類的
設(shè)置下777權(quán)限就好了
原文地址https://blog.csdn.net/WenJimmy/article/details/51152919