Answer the question
In order to leave comments, you need to log in
What you need to know before transferring a laravel project from local to hosting?
Good afternoon!
Finish the project in laravel. But now it was locally on the computer. What should be considered before transferring to a hosting?
Answer the question
In order to leave comments, you need to log in
How to transfer :) and finally, study the vulnerabilities of web applications so you know what you risk!
1) use nginx, forget about apache. Set it up correctly, get 100/100 on google pagespeed (this is not an indicator, but still).
2) pre-disable unnecessary providers, climb through the configs and play around with the values
3) cache configs and routes
4) pull up only dependency, without dev
5) use the best drivers. No session files!
6) "hosting" itself - at least a virtual machine from a good hoster, with normal virtualization and without traffic restrictions.
7) enable opcache in php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question