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.
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.