PHP Class Codesleeve\AssetPipeline\AssetPipelineController

Inheritance: extends Controlle\Controller
Afficher le fichier Open project: codesleeve/asset-pipeline Class Usage Examples

Méthodes publiques

Méthode Description
file ( $path ) : Illuminate\Support\Facades\Response Returns a file in the assets directory

Private Methods

Méthode Description
clientCacheForFile ( string $path ) : void Client cache regular files that are not javascript or stylesheets files
javascript ( $path ) * Returns a javascript file for the given path.
stylesheet ( $path ) : Illuminate\Support\Facades\Response Returns css for the given path

Method Details

file() public méthode

Returns a file in the assets directory
public file ( $path ) : Illuminate\Support\Facades\Response
Résultat Illuminate\Support\Facades\Response