nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.5k stars 954 forks source link

Remove custom namespaces from generator [factory and seeder]. #1832

Closed solomon-ochepa closed 5 months ago

solomon-ochepa commented 5 months ago

The newly merged PathNamespace feature can now generate a well-formatted StudlyCase namespace. Custom namespaces should only be utilized when modifying the default namespace structure.

Sorted the paths.generator keys.