Utilities
Table of Contents
Namespaces
- Routes
Classes
- ConfigCheck
- Check the Config values.
- Environment
- Command to display the current environment,
or set a new one in the `.env` file.
- FilterCheck
- Check filters for a route.
- Namespaces
- Lists namespaces set in Config\Autoload with their
full server path. Helps you to verify that you have
the namespaces setup correctly.
- Optimize
- Optimize for production.
- PhpIniCheck
- Check php.ini values.
- Publish
- Discovers all Publisher classes from the "Publishers/" directory
across namespaces. Executes `publish()` from each instance, parsing
each result.
- Routes
- Lists all the routes. This will include any Routes files
that can be discovered, and will include routes that are not defined
in routes files, but are instead discovered through auto-routing.