I have deploy my laravel project in a subfolder following this link
I have done fine. It works fine when I write url in browser like www.myproject.com/myurl
Problem is when i click any link from my project it makes request to www.myproject.com
and get error.
What can I do now to make www.myproject.com/myurl
my base url
that whenever any request made, it goes through it?