]> BookStack Code Mirror - bookstack/blob - bootstrap/init.php
Fix pt_BR translations
[bookstack] / bootstrap / init.php
1 <?php
2
3 /*
4 |--------------------------------------------------------------------------
5 | Load Our Own Helpers
6 |--------------------------------------------------------------------------
7 |
8 | This custom function loads any helpers, before the Laravel Framework
9 | is built so we can override any helpers as we please.
10 |
11 */
12 require __DIR__.'/../app/helpers.php';
13
14 /*
15 |--------------------------------------------------------------------------
16 | Register The Composer Auto Loader
17 |--------------------------------------------------------------------------
18 |
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.
23 |
24 */
25 require __DIR__.'/../vendor/autoload.php';
Morty Proxy This is a proxified and sanitized view of the page, visit original site.