4 |--------------------------------------------------------------------------
6 |--------------------------------------------------------------------------
8 | This custom function loads any helpers, before the Laravel Framework
9 | is built so we can override any helpers as we please.
12 require __DIR__.'/../app/helpers.php';
15 |--------------------------------------------------------------------------
16 | Register The Composer Auto Loader
17 |--------------------------------------------------------------------------
19 | Composer provides a convenient, automatically generated class loader
20 | for our application. We just need to utilize it! We'll require it
21 | into the script here so that we do not have to worry about the
22 | loading of any our classes "manually". Feels great to relax.
25 require __DIR__.'/../vendor/autoload.php';