Search code examples
phplaravelhttpurlhelper

LARAVEL : http removed from url when using URL HELPER method


I m new to laravel, I cloned a laravel project from git that works fine for my team but not me..... when using this line (as an example)

enter image description here

it gives me enter image description here

I ll be thankful if someone know why the url() helper methods delete the http from the url


Solution

  • I solve it by adding APP_SCHEMA=http to my .env file