I'm curios if you store Enumerations/Enums of your #laravel projects in App\Enum , App\Enumerations or simply the default App\, since artisan make:enum supports all three paths.
github.com/laravel/framework/blob/1f174fc3cb81849058ae5c35c1b0c29f0d09aa0d/src/Illuminate/Foundation/Console/EnumMakeCommand.php#L70
