PHP Classes

File: MIGRATION_3.30_to_4.0.md

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Framework   MIGRATION_3.30_to_4.0.md   Download  
File: MIGRATION_3.30_to_4.0.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Dframe Framework
Modular MVC based PHP Web framework
Author: By
Last change: Update of MIGRATION_3.30_to_4.0.md
Date: 3 years ago
Size: 449 bytes
 

Contents

Class file image Download

Migration 3.30 to 4.00

Add in web/config.php new const APP_NAME

c2170a8

define('APP_NAME', "dframe_demo");   // Project Name

Add in app/bootstrap.php

1530c85

$this->providers['core'] = [
    'router' => \Dframe\Router::class,
];