5分钟在Mac上从0配置安装laravel5.5

Posted 郁冬

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了5分钟在Mac上从0配置安装laravel5.5相关的知识,希望对你有一定的参考价值。

1.安装包管理工具homebrew ,相当于ubuntu的apt-get

在iTerm命令行输入:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2.安装php7.1

brew install homebrew/php/php71

   开机自启

brew services start homebrew/php/php71

3.安装mysql

brew install mysql
//开机自启
brew services start mysql

4.安装composer

见之前文章:Linux下全局安装composer方法

5.下载laravel项目

composer create-project laravel/laravel project-name --prefer-dist "5.5.*"

6.启动laravel

php artisan serve

 

成功!

以上是关于5分钟在Mac上从0配置安装laravel5.5的主要内容,如果未能解决你的问题,请参考以下文章

Laravel5.5配置使用redis

laravel5.5 安装

Laravel5.5新特性

在 mac 上从 1.1 降级到 OPENSSL 版本 1.0

laravel5.5缓存系统

如何在 Mac 上从 Source 链接 Boost Regex C++?