We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fd6ca commit 3a2dd31Copy full SHA for 3a2dd31
bootstrap/app.php
@@ -17,12 +17,12 @@
17
18
/*
19
|--------------------------------------------------------------------------
20
-| Create The Application
+| Bind Important Interfaces
21
22
|
23
-| The first thing we will do is create a new Laravel application instance
24
-| which serves as the "glue" for all the components of Laravel, and is
25
-| the IoC container for the system binding all of the various parts.
+| Next, we need to bind some important interfaces into the container so
+| we will be able to resolve them when needed. The kernels serve the
+| incoming requests to this application from both the web and CLI.
26
27
*/
28
0 commit comments