Application
bootstrap
Used to load configuration files, define constants and other global functions.By default this will include config/bootstrap.php. This is the ideal placeto load and global event listeners.middleware
Used to add to your application.console
Used to add console commands to yourapplication. By default this will automatically discover shells & commands inyour application and all plugins.
- Create an class. See the sectionabove for how to do that. Or copy the example in the app skeleton.
- Create config/requirements.php if it doesn’t exist and add the contentsfrom the .