uuid:make:model fails in case sensitive filesystems
jantoniomartin opened this issue · 2 comments
jantoniomartin commented
When running uuid:make:model
in a Linux system, a FileNotFoundException is raised.
The code looks for a 'stubs' directory (with lowercase 's'), and the directory src/Console/Stubs
(with uppercase 's') is not found. A simple solution would be changing this directory to a lowercase name.
matthew-inamdar commented
Hey @jantoniomartin 👋
Thanks for making us aware of this issue! A PR is currently underway to fix this in the next patch release.
matthew-inamdar commented
This has been fixed in v6.1.2