Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
ZN Framework Shared Edition
- Host: GitHub
- URL: https://github.com/znframework/shared-edition
- Owner: znframework
- License: mit
- Created: 2021-02-28T08:35:56.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T18:40:00.000Z (10 months ago)
- Last Synced: 2024-12-17T00:39:51.979Z (about 1 month ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```