You probably need to use DIRECTORY_SEPARATOR instead of /
:
$path = base_path().DIRECTORY_SEPARATOR.'resources'.DIRECTORY_SEPARATOR.'assets'.DIRECTORY_SEPARATOR.'img';
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community