The problem comes from URL::asset() function. IN the controller it returns "http://localhost/lam/foo.css" and in the job only "http://localhost/foo.css". It is Laravel standard to only consider "localhost" and not a sub-folder.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community