James Thomas
Results
1
issues of
James Thomas
**Describe the bug** The change from `$path = realpath(base_path('public'));` to `$path = realpath(public_path());` in v1.0.1 introduces a breaking change to Lumen, which has no `public_path` method. Instead of generating a...
stale