8000 GitHub - hartois/dvelum-core: DVelum 3.x core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hartois/dvelum-core

 
 

Repository files navigation

PHP Version Total Downloads Build and Test

DVelum 3.x Core

Local installation

composer create-project dvelum/dvelum-core

Apache VirtualHost configuration example

<VirtualHost *:80>
    ServerName dvelum.local
    DocumentRoot /path/to/dvelum/www
    <Directory "/path/to/dvelum/www">
        Require all granted
        AllowOverride All
        Options +ExecCGI -Includes -Indexes
     </Directory>
</VirtualHost>

Add local domain to /etc/hosts

127.0.0.1 dvelum.local

About

DVelum 3.x core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0