DEV Community

Cover image for How to Deploy Laravel Project to China?
21CloudBox
21CloudBox

Posted on • Updated on • Originally published at 21cloudbox.com

How to Deploy Laravel Project to China?

What is Laravel?

Laravel is a modern web application framework developed written in PHP. Their is a very active community that supports Laravel, resulting in large plug-in library to choose from.

21YunBox provides a very simple Laravel deployment method. You can quickly and easily deploy with 21YunBox in a static webpage environment.

How to Deploy PHP Laravel in China?

  1. Register as a 21YunBox member
  2. Create a PostgreSQL database
  3. Fork Laravel example on Gitee
  4. Create a Cloud Service on the 21YunBox, and allow the 21YunBox to access your code base
  5. Configure the following settings

Environment

PHP 7.2
Enter fullscreen mode Exit fullscreen mode

Build command:

./build.sh
Enter fullscreen mode Exit fullscreen mode

Start command:

php artisan serve --host=0.0.0.0 --port 10000
Enter fullscreen mode Exit fullscreen mode

Click Advanced Configuration to configure environment variables:

KEY VALUE
APP_ENV production
DB_CONNECTION pgsql
DATABASE_URL In the first step to create a cloud database
midpoint Database URL get
APP_KEY Paste the key generated by php artisan key:generate --show

If you'd like a step by step example, please refer to the video below:
How to deploy the Laravel project to the server

Why Choose 21YunBox?

21YunBox is a Cloud Service Platform based out of Beijing, China. Our services provides you with an easy and budget friendly, end-to-end web platform deployment service for all applications and stacks. No matter your need, we have a flexible solution to assist.

If needed, we also offer full support in obtaining your ICP license which allows you to legally host online content within Mainland China.

To learn about the differences between 21YunBox and these foreign (outside of China) cloud service platforms, please refer to:



This article's content originated here

For additional detail and future modifications, refer the original post.

Top comments (0)