1.简介
如果电脑已经安装了 PHP 和 Composer,可以直接使用 Composer 创建一个新的 Laravel 项目。
创建应用程序后,可以使用 Artisan CLI 的serve 命令启动 Laravel 的本地开发服务器
2.安装全局命令
安装laravel全局命令
composer global require laravel/installer
测试命令
laravel list
Laravel Installer 4.2.9
Usage:
command [options] [arguments]
Options:
-h, --help Display help for the given command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
help Display help for a
|