Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/znframework/light-edition

ZN Framework Light Edition
https://github.com/znframework/light-edition

Last synced: about 2 months ago
JSON representation

ZN Framework Light Edition

Awesome Lists containing this project

README

        

ZN Framework Light Edition



It is a special lightweight edition blended from the essence of the ZN Framework, offering rational and comfortable use.

Installation



You only need to run the following code for the installation.

```
composer create-project znframework/light-edition
```

Directory Structure


The directory structure of this version is shown below, and the usage purpose of the directories is explained one by one.




  • assets/

  • config/

  • html/

  • php/

    • console/

    • controllers/

    • models/



  • routes/

  • storage/

  • system/

Assets Directory


It is the directory where your files such as js, css, img of your theme will be located.

Config Directory


Contains the necessary settings for the framework and packages.

Html Directory


This is the directory where view files with html content will be located.

PHP Directory


Your controllers, console command classes, and models are all in this directory.

Routes Directory


It is the directory where routing operations will be performed.

Storage Directory


It is the directory where files such as cache, log, database backup will be located.

System Directory


All installations made with Composer are made to this directory.