PHP Classes

File: config/params.php

Recommend this page to a friend!
  Classes of Uldis Nelsons   YII2 Framework PHP Init   config/params.php   Download  
File: config/params.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: YII2 Framework PHP Init
Create a project based on the YII2 from template
Author: By
Last change:
Date: 2 years ago
Size: 184 bytes
 

Contents

Class file image Download
<?php

return [
   
'adminEmail' => 'admin@example.com',
     
'yii.migrations' => [
       
'@vendor/d3yii2/d3files/migrations',
       
'@vendor/d3yii2/d3pop3/migrations',
    ],
];