markdown 将您的Laravel项目带到另一台机器上

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 将您的Laravel项目带到另一台机器上相关的知识,希望对你有一定的参考价值。

## 1. Clone the directory
`git clone https://github.com/your-project.git`

## 2. Composer Update
`composer update`

## 3. Setup Database Connection
#### Open up the .env.example and edit this line:
`DB_CONNECTION=mysql`  
`DB_HOST=127.0.0.1`  
`DB_PORT=3306`  
`DB_DATABASE=homestead`  
`DB_USERNAME=your_username`  
`DB_PASSWORD=your_password`  
#### After that, save it as .env file. This is Important!

## 4. Setup the Key
`php artisan key:generate`

## 5. Run the Website
`php artisan serve`

以上是关于markdown 将您的Laravel项目带到另一台机器上的主要内容,如果未能解决你的问题,请参考以下文章

ruby 将您的feedly OPML文件转换为markdown文件

markdown 使用Ngrok将您的本地工作隧道传输到互联网

composer install - 无法将您的要求解析为可安装的软件包集

将 laravel 项目移动到另一个目录

Android PendingIntent 将您带到一个已经存在的活动?

Visual Studio 2019:如何将您的项目保存到 Azure DevOps?