Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```