2015年6月8日

Apache 常见报错

摘要: 1.httpd -k 命令,报错:AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using wangliguodeMacBook-Pro.local. Set the 'S... 阅读全文

posted @ 2015-06-08 09:25 我叫小白兔 阅读(311) 评论(0) 推荐(0)

mac 安装composer

摘要: 1.使用curl:curl -sS https://getcomposer.org/installer | php2.使用php:php -r "readfile('https://getcomposer.org/installer');" | php3.手动下载:composer.phar 文件。... 阅读全文

posted @ 2015-06-08 09:24 我叫小白兔 阅读(398) 评论(0) 推荐(0)

安装Laravel

摘要: 网上资料比较少,尤其是针对mac的安装,把我的过程记录下来,以方便后面的同学。一、安装Laravel这里有几种方法,我是选择下载安装器的方法,其他方法可以去官方看文档先下载Laravel 安装器 PHAR 文件。为了方便起见,将该文件重命名为laravel并移动至/usr/local/bin目录。完... 阅读全文

posted @ 2015-06-08 09:24 我叫小白兔 阅读(179) 评论(0) 推荐(0)

导航