PHP Classes

File: tests/testapp/config/test.php

Recommend this page to a friend!
  Classes of Insolita   Yii2 Fractal   tests/testapp/config/test.php   Download  
File: tests/testapp/config/test.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Yii2 Fractal
Components to implement API based on JSON:API
Author: By
Last change:
Date: 13 days ago
Size: 104 bytes
 

Contents

Class file image Download
<?php
use yii\helpers\ArrayHelper;

return
ArrayHelper::merge(
    require
__DIR__.'/api.php',
    []
);