znframework / shared-edition
ZN Framework Shared Edition
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- znframework/package-authentication: >=6.0
- znframework/package-authorization: >=6.0
- znframework/package-buffering: >=6.0
- znframework/package-cache: >=6.0
- znframework/package-captcha: >=6.0
- znframework/package-comparison: >=6.0
- znframework/package-compression: >=6.0
- znframework/package-console: >=6.0
- znframework/package-crontab: >=6.0
- znframework/package-cryptography: >=6.0
- znframework/package-database: >=6.0
- znframework/package-datatypes: >=6.0
- znframework/package-datetime: >=6.0
- znframework/package-email: >=6.0
- znframework/package-event-handler: >=6.0
- znframework/package-filesystem: >=6.0
- znframework/package-generator: >=6.0
- znframework/package-helpers: >=6.0
- znframework/package-hypertext: >=6.0
- znframework/package-image: >=6.0
- znframework/package-language: >=6.0
- znframework/package-pagination: >=6.0
- znframework/package-payment: >=6.0
- znframework/package-prompt: >=6.0
- znframework/package-protection: >=6.0
- znframework/package-remote: >=6.0
- znframework/package-request: >=6.0
- znframework/package-response: >=6.0
- znframework/package-security: >=6.0
- znframework/package-services: >=6.0
- znframework/package-shopping: >=6.0
- znframework/package-storage: >=6.0
- znframework/package-validation: >=6.0
- znframework/package-xml: >=6.0
- znframework/package-zerocore: >=6.0
README
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.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/public
<Directory /var/www/html/public>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>