php - What configurations need to be paid attention to when deploying laravel to the official server?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-27 17:43:21
0
2
487

Now that the project development is completed, laravel needs to be deployed to the test server, but I am not clear about the folders and configurations in laravel that are not needed or should not be deployed to the server. All I know so far is to

APP_DEBUG=true

Set as:

APP_DEBUG=false

But what other things should we pay attention to? For example, which folders should not be uploaded, which configurations should be turned on or off, etc...
Thank you everyone.

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all (2)
小葫芦

If you deploy using git, the vendor should not upload it.

    为情所困

    For modifications to some configuration files in the config folder, composer installs the relevant components and regenerates the app key after uploading.

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!