laravel 提供新的便捷安装途径了!此刻该有👍 | laravel china 社区-大发黄金版app下载
laravel 在推特被吐槽安装很麻烦,不适合新手。随即 laravel 团队就做了一键安装脚本。降低了入门门槛。
这次文档新增了新的安装方式,都是一键化脚本。支持 macos,windows 还有 linux。
# macos
/bin/bash -c "$(curl -fssl https://php.new/install/mac)"
# windows
set-executionpolicy bypass -scope process -force; [system.net.servicepointmanager]::securityprotocol = [system.net.servicepointmanager]::securityprotocol -bor 3072; iex ((new-object system.net.webclient).downloadstring('https://php.new/install/windows'))
#linux
/bin/bash -c "$(curl -fssl https://php.new/install/linux)"
脚本会安装 php composer 和 laravel installer。成功之后可以直接使用
laravel new example-app
cd example-app
php artisan serve
👏欢迎来到 laravel world
本作品采用《cc 协议》,转载必须注明作者和本文链接
推荐文章: