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 回答
1
已接受的回答

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
专家
已回答 1 年前
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

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则