I build a Laravel 5.3 application on my local environment and now i want to deploy it on my hosted server.
On my server i already have a hosted Wordpress site. Actually i developed an application on Laravel and i want to host this on particular domain path.
for example suppose my Wordpress site is hosted on example.com
and i want to host my Laravel application on example.com/my-laravel-app
without affecting the Wordpress site
so how can i do this please help me and thanks in advance.