Barryvdh\Debugbar\DataCollector\LaravelCollector::collect PHP Method

collect() public method

{@inheritDoc}
public collect ( )
    public function collect()
    {
        // Fallback if not injected
        $app = $this->app ?: app();
        return ["version" => $app::VERSION, "environment" => $app->environment(), "locale" => $app->getLocale()];
    }