PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP Assets Management   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Assets Management
Framework controller to serve static files
Author: By
Last change:
Date: 4 years ago
Size: 347 bytes
 

Contents

Class file image Download
{ "name" : "frdl/web-assets", "type" : "frdl-module", "description": "Serves all the static files in the frdl-modules `public` directories.", "license": ["MIT"], "require" : { "php": ">=7.2", "frdl/web" : "*" }, "autoload": { "psr-4": { "frdl\\WebAssets\\": "src/frdl/WebAssets/" } } }