fix comments
This commit is contained in:
parent
5c7c9f3638
commit
d2db8d8159
|
@ -18,9 +18,8 @@
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Composer provides a convenient, automatically generated class loader for
|
| Composer provides a convenient, automatically generated class loader for
|
||||||
| our application. We just need to utilize it! We'll simply require it
|
| this application. We just need to utilize it! We'll simply require it
|
||||||
| into the script here so that we don't have to worry about manual
|
| into the script here so we don't need to manually load our classes.
|
||||||
| loading any of our classes later on. It feels great to relax.
|
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -32,10 +31,9 @@
|
||||||
| Run The Application
|
| Run The Application
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Once we have the application, we can handle the incoming request
|
| Once we have the application, we can handle the incoming request using
|
||||||
| through the kernel, and send the associated response back to
|
| the application's HTTP kernel. Then, we will send the response back
|
||||||
| the client's browser allowing them to enjoy the creative
|
| to this client's browser, allowing them to enjoy our application.
|
||||||
| and wonderful application we have prepared for them.
|
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue