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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ