App Category
Recipes dealing with Laravel's App facade
-
Checking Your Environment
-
Checking if You're Running in the Console
-
Storing a Value in the IoC Container
-
Binding an Interface to an Implementation
-
Resolving Objects from the IoC Container
-
Registering a Before Application Filter
-
Registering an After Application Filter
-
Registering a Shutdown Callback
-
Calling the Registered Shutdown Callbacks
-
Checking if the Application is Booted
-
Registering Booting or Booted Callbacks
-
Registering HttpKernel Middleware
-
Removing Middleware from the Application
-
Checking if the Application is Down for Maintenance
-
Registering a Maintenance Mode Handler
-
Getting the Application Bootstrap File
-
Registering a Service Provider With the Application
-
Registering a Finish Callback
-
Determining if the Application is Ready for Responses
-
Throwing HttpExceptions
-
Registering a 404 Error Handler
-
Registering an Error Handler
-
Registering a "Last Chance" Error Handler
-
Registering an Error Handler for Fatal Errors
-
Getting the Current Application Locale
-
Set the Current Application Locale
-
Getting the Default Request Class
-
Setting the Request for the Console Environment
-
Calling a Static Method on the Default Request Class