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

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

ZN Framework Shared Edition
https://github.com/znframework/shared-edition

Last synced: about 1 month ago
JSON representation

ZN Framework Shared Edition

Awesome Lists containing this project

README

          

ZN Framework Shared Edition



It is the version that blends the essence of the ZN Framework, offers a rational and comfortable use and includes a shared working directory.

Installation



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

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

Directory Structure


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




  • app/

    • Console/

    • Exceptions/

    • Http/

      • Controllers/

      • Views/



    • Models/



  • bootstrap/

  • config/

  • database/

  • public/

  • reources/

    • butchery/

    • files/

    • lang/

    • templates/

    • uploads/



  • routes/

  • storage/

Configuration



For configuration, edit the .conf file as follows.

```

ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/public


Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted

ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

```