PHP Class Barryvdh\Debugbar\Controllers\AssetController

Inheritance: extends Barryvdh\Debugbar\Controllers\BaseController
Show file Open project: barryvdh/laravel-debugbar

Public Methods

Method Description
css ( ) : Response Return the stylesheets for the Debugbar
js ( ) : Response Return the javascript for the Debugbar

Protected Methods

Method Description
cacheResponse ( Illuminate\Http\Response $response ) Cache the response 1 year (31536000 sec)

Method Details

cacheResponse() protected method

Cache the response 1 year (31536000 sec)
protected cacheResponse ( Illuminate\Http\Response $response )
$response Illuminate\Http\Response

css() public method

Return the stylesheets for the Debugbar
public css ( ) : Response
return Symfony\Component\HttpFoundation\Response

js() public method

Return the javascript for the Debugbar
public js ( ) : Response
return Symfony\Component\HttpFoundation\Response