GPGaurang Patelinblog.gpatel.link·Jan 23, 2024 · 1 min readFullCalendar Integration with LaravelStep 1: Install Laravel Assuming you have Composer installed, open a terminal and run the following commands to create a new Laravel project: composer create-project --prefer-dist laravel/laravel your-project-name cd your-project-name Step 2: Set Up...00
GPGaurang Patelinblog.gpatel.link·Nov 11, 2022 · 5 min readDeploy Wordpress site using Three-Tier AWS NetworkBuild Three-Tier VPC from scratch First, we are going to follow the architecture diagram from above. Create a VPC in us-east-1 region with IPv4 CIDR 10.0.0.0/16 Enable Hostname configuration for your VPC Create an Internet Gateway and attach it t...00