dev-nowornet/laravel-5.6-complete-install-cloud9-c9

在Cloud9工作空间的新实例上完整、快速、简单地安装laravel 5.6。

dev-master 2019-05-15 20:22 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:33:56 UTC


README

使用StackEdit编写。

Laravel 5.8 Complete Installation Cloud9 C9

一 - 创建工作空间

https://github.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/raw/master/workspace.png https://github.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/raw/master/create.png

二 - 安装Laravel 5.8环境和应用程序

在cloud9工作空间控制台中使用以下命令(一行内)

wget "https://raw.githubusercontent.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/master/laravel.sh" && bash laravel.sh

PHPMYADMIN - 添加版本:如果您希望强制使用beta版本的phpmyadmin,请使用以下命令代替

wget "https://raw.githubusercontent.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/master/beta.sh" && bash beta.sh

三 - 安装和配置数据库

https://github.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/raw/master/111.png https://github.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/raw/master/222.png https://github.com/dev-nowornet/Laravel-5.8-Complete-Installation-Cloud9-C9/raw/master/333.png

总安装时间大约为5分钟,这是正常的。它还会创建认证脚手架和进行第一次迁移。