Browse Source

Fix comment.

Taylor Otwell 11 years ago
parent
commit
b5b7f71964
1 changed files with 4 additions and 5 deletions
  1. 4 5
      bootstrap/autoload.php

+ 4 - 5
bootstrap/autoload.php

@@ -16,13 +16,12 @@ require __DIR__.'/../vendor/autoload.php';
 
 
 /*
 /*
 |--------------------------------------------------------------------------
 |--------------------------------------------------------------------------
-| Register The Composer Auto Loader
+| Include The Compiled Class File
 |--------------------------------------------------------------------------
 |--------------------------------------------------------------------------
 |
 |
-| Composer provides a convenient, automatically generated class loader
-| for our application. We just need to utilize it! We'll require it
-| into the script here so that we do not have to worry about the
-| loading of any our classes "manually". Feels great to relax.
+| To dramatically increase your application's performance, you may use a
+| compiled class file which contains all of the classes commonly used
+| by a request. The Artisan "optimize" is used to create this file.
 |
 |
 */
 */