Hello
In the recent version you have changed the case of the directory from Upercase first to Lowercase.
See tinker here
Psy Shell v0.9.9 (PHP 7.2.15-0ubuntu0.18.04.2 — cli) by Justin Hileman
use Illuminate\Support\Str;
Str::camel(Str::singular(title_case('TestModule')));
=> "testmodule"
Hello
In the recent version you have changed the case of the directory from Upercase first to Lowercase.
See tinker here
Psy Shell v0.9.9 (PHP 7.2.15-0ubuntu0.18.04.2 — cli) by Justin Hileman