Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znframework/shared-extension
ZN Framework Shared Extension
https://github.com/znframework/shared-extension
Last synced: about 2 months ago
JSON representation
ZN Framework Shared Extension
- Host: GitHub
- URL: https://github.com/znframework/shared-extension
- Owner: znframework
- License: mit
- Created: 2021-02-27T15:30:03.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-06T19:36:56.000Z (almost 4 years ago)
- Last Synced: 2023-07-16T08:41:48.636Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
ZN Framework Shared Extension
Allows you to create a shared working directory. For this use, this directory must be shown in DocumentRoot as the working directory.Installation
You only need to run the following code for the installation.```
composer create-project znframework/shared-extension public
```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
```