File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
/*
18
18
|--------------------------------------------------------------------------
19
- | Register The Composer Auto Loader
19
+ | Include The Compiled Class File
20
20
|--------------------------------------------------------------------------
21
21
|
22
- | Composer provides a convenient, automatically generated class loader
23
- | for our application. We just need to utilize it! We'll require it
24
- | into the script here so that we do not have to worry about the
25
- | loading of any our classes "manually". Feels great to relax.
22
+ | To dramatically increase your application's performance, you may use a
23
+ | compiled class file which contains all of the classes commonly used
24
+ | by a request. The Artisan "optimize" is used to create this file.
26
25
|
27
26
*/
28
27
You can’t perform that action at this time.
0 commit comments