PATH:
home
/
lab2454c
/
aficb.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Bootstrap
<?php namespace Illuminate\Foundation\Bootstrap; use Illuminate\Contracts\Foundation\Application; class RegisterProviders { /** * Bootstrap the given application. * * @param \Illuminate\Contracts\Foundation\Application $app * @return void */ public function bootstrap(Application $app) { $app->registerConfiguredProviders(); } }
[-] SetRequestForConsole.php
[edit]
[+]
..
[-] RegisterFacades.php
[edit]
[-] LoadEnvironmentVariables.php
[edit]
[-] LoadConfiguration.php
[edit]
[-] RegisterProviders.php
[edit]
[-] HandleExceptions.php
[edit]
[-] BootProviders.php
[edit]