goldspecdigital/laravel-eloquent-uuid

uuid:make:model fails in case sensitive filesystems

jantoniomartin opened this issue · 2 comments

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.

Hey @jantoniomartin 👋

Thanks for making us aware of this issue! A PR is currently underway to fix this in the next patch release.

This has been fixed in v6.1.2