A website with PHP and laravel, what do you recommend?

0

Hello, I have a question for you, I have decided that my website will have PHP as a backend, probably on Laravel and later on my own CMS system. I have purchased a domain, what other services would you recommend for my requirements? I also need an SSL certificate

Thank you very much for your reply, it would help me a lot. Have a nice evening

2 Respuestas
1
Respuesta aceptada

I would recommend the following: 1)Elastic Beanstalk. See this reference on how to deploy Laravel apps: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-laravel-tutorial.html. This would also support you in dockerizing your custom app and deploy there too in future.(https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_docker.html) 2) You’ll most likely need a database, so RDS is a good choice. 3) for certificates, you can issue them via ACM: https://docs.aws.amazon.com/acm/latest/userguide/gs.html 4)Optionally you may need to use Route53, as DNS tool, just to have it well integrated with the above components.

profile picture
EXPERTO
respondido hace un año
0

I use a macbook, I don't have good experience with docker, is there another option? I forgot that I want the storage to be automatically growing

respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas