Utilities
Interfaces, Classes and Traits
- Environment
- Command to display the current environment,
or set a new one in the `.env` file.
- Namespaces
- Lists namespaces set in Config\Autoload with their
full server path. Helps you to verify that you have
the namespaces setup correctly.
- Routes
- Lists all of the user-defined routes. This will include any Routes files
that can be discovered, but will NOT include any routes that are not defined
in a routes file, but are instead discovered through auto-routing.