PHP·98 questions

How to deploy a PHP application?

Answer
Git on the server.
composer install --no-dev.
Database migrations.
.env configuration.
Nginx + PHP-FPM.
CI/CD automation.
Was this answer helpful?

More questions in this topic

Related questions from other topics