❌

Normal view

There are new articles available, click to refresh the page.
Before yesterdayMain stream

How to Deploy a Laravel application in Shared Hosting

By: Hariharan
5 October 2024 at 16:25

Preparing Hosting Infrastructure for Deployment:

  1. Create a subdomain or main domain
  2. login into public_html folder of the site or subdomain
  3. put a index.html file and check if the sub domain is working

Laravel Project Upload :

  1. Prepare a Zip Archive of the Laravel Project
  2. Create a folder into server and extract your project into public_html folder created earlier
  3. Then change the public folder content to the public_html folder and change the bootstrap and other paths in index as per need
  4. After that you’re going to check

❌
❌