PHP Classes

File: config/definitions.php

Recommend this page to a friend!
  Classes of Till Wehowski   PHP Assets Management   config/definitions.php   Download  
File: config/definitions.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP Assets Management
Framework controller to serve static files
Author: By
Last change:
Date: 4 years ago
Size: 225 bytes
 

Contents

Class file image Download
<?php
use Psr\Container\ContainerInterface;


return [
   
       
    \
frdl\WebAssets\WebAssetsController::class => function(ContainerInterface $c){
        return new \
frdl\WebAssets\WebAssetsController($c->get('project'));
    },
   
   

       
];