statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
108 stars 76 forks source link

make command register easier with ClassMapGenerator #54

Closed enespolat24 closed 2 years ago

enespolat24 commented 2 years ago

Hi , i refactored command discovery in ServiceProvider. now we don't need to add them manually

jasonvarga commented 2 years ago

Thank you, that's pretty cool but I don't see the benefit of the extra overhead running the classmap generator on every request, where an array is simple enough.