Line 105 of the ServiceProvider.stub file says: $namespace."\\Resources\\".Str::afterLast($resource, '\\')
It should be: $namespace."\\Resources\\".Str::afterLast($resource, DIRECTORY_SEPARATOR)
(This is the sort of thing I could fix myself if we had stub location config.)
Line 105 of the ServiceProvider.stub file says:
$namespace."\\Resources\\".Str::afterLast($resource, '\\')
It should be:$namespace."\\Resources\\".Str::afterLast($resource, DIRECTORY_SEPARATOR)
(This is the sort of thing I could fix myself if we had stub location config.)