Answer the question
In order to leave comments, you need to log in
What needs to be changed before sending it to production?
What needs to be changed, removed before sending the laravel application to the production server?
I only know that in .env you need to change these parameters.
APP_DEBUG=false
APP_LOG_LEVEL=production
APP_URL= mysite.com
Is there anything else that needs to be changed besides setting databases and localization?
A couple of packages for debugging are also installed, as I understand it, in order to remove them painlessly, it is enough to remove the installed packages from the list of service providers. Or remove composer.json from the list
Answer the question
In order to leave comments, you need to log in
A couple of packages for debugging are also installed, as I understand it, in order to remove them painlessly, it is enough to remove the installed packages from the list of service providers. Or remove composer.json from the list
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question