Technical Insights.

Documenting my journey through 9+ years of Laravel development, architectural patterns, and lessons learned in the field.

Technical

Laravel on Sub-Domain of shared server

Laravel on Sub-domain Let us learn how to host a laravel project on a sub-domain of shared hosting. Assumptions / Pre-requisites I presume that you have the following things ready with you. Shared hosting server Sub-domain on that shared hosting...

Read Article 0 min read
Technical

Deploy Laravel app on shared server using Envoy

Introduction On the shared hosting servers, it becomes a chore SSHing every time and executing the commands like cd to a domain, git pull to sync all the files and folders, npm build to build the production-ready app, etc. Then...

Read Article 0 min read
Technical

The software tools used by me

Software Tools used For creating any website or web application, the following are the tools that I use. Hardware Laptop The laptop that I use is of HP Laptop (Model - R41000680) Mouse I rarely use the Touchpad Mouse as...

Read Article 0 min read