2
I’m trying to include a file on a page on a site made in Laravel. The file and page are on different servers. How can I do that?
I tried with include and gave the following error : include(): http:// wrapper is disabled in the server configuration by allow_url_include=0
If the answer solved the problem, please consider marking it.
– Wallace Maxters