Preview

7/15/2021

# Preview Nin

Trong thời gian rãnh rỗi, tìm hiểu về các design parttern, architecture,.. của các framework của php.

Mình có tự phát triển 1 simple framework trên tư tưởng IoC, DI,..

Note:

  • Mục đích chính: research, tìm hiểu cách hoạt động hay architecture của 1 framework
  • stability = dev.

# Installation

  1. Composer:

    Execute the following command to get the latest version of the package:

    composer create-project nin/nin -s dev
    
    1
  2. Environment Configuration:

    cp .env.example .env
    
    1
  3. Generating the Database Schema:

    composer db:create
    
    1

# Documents:


Packagist: https://packagist.org/packages/nin/nin (opens new window)