How to Deploy my laravel project on a subdomain hostgator - laravel

How can i do this .. when deploying my laravel to subdomain it shows a index of if anyone can help me ?

Point the domain to the public folder in laravel. This should solve your issue.

Related

Laravel - Dynamic Wildcard Subdomain Creation on GoDaddy Server

I want to create wildcard dynamic subdomain on GoDaddy server with Laravel framework.
For this.
I have added A record in my DNS zone in domain setting like this...
Then in Laravel routes file I have added like this....
But then also it is not working proper as I wanted.
So anybody can please check and help me to solve this problem.
Thanks in advance.

Deployed Laravel project not running

I have a Laravel project working fine in Localhost. After deploying it to a shared hosting server I am getting "prettyPrint is not defined" error. Can someone help me identify the problem. PHP version on server is 7.1. Laravel 5.8 and using jeroennoten/Laravel-AdminLTE
Problem was .htaccess file. Replacing file solved the problem.

how can i upload laravel project to shared hosting cpanel sub-domain?

I have a domain like abc.com I have created a subdomain math.abc.com
how to upload my project in the subdomain . I am searching in internet trying to do their way but fails . please help me .
how can i upload laravel project to shared hosting cpanel sub-domain?
You should use below link to deploy the laravel application on sub-domain.

How can I define a subdomain routing in CodeIgniter for a project in Laravel inside the first one?

Let me explain myself better. I have a website created with CodeIgniter and I am trying to add another project created in Laravel that I want to be accessible by subdomain.
How can I proceed about this? How can I establish the subdomain routing in CodeIgniter to be able to point to the Laravel project?
Nothing to do with Laravel or CodeIgniter routing,
If you set the Laravel app in subdomain, just call the url to that domain from CodeIgniter.

Issues with routes after putting my Laravel 5 project online

I have a problem when I put my laravel project online.
I extracted the contents of the public folder to the root and modified the contents of the index.php file accordingly.
but none of my routes are working anymore.
please can anyone help me?
thank you in advance ...
You can't move the public folder of a laravel installation.
Your web server must point to your public folder , usually :
/var/www/website.com/public

Resources