codeshakers / Midnight-Plaza

Colorlib music templates implemented on slim 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Midnight-Plaza

Colorlib music templates implemented on slim 4

install to webroot

clone to your htdocs

git clone <link>

move everything to /var/www/html (webroot)

then go to /var/www/html and install depencies

composer install --no-dev
yarn install

edit /var/www/html/app/container.php

comment this

// $app->setBasepath();

start your webservice like apache or something like

php -S 127.0.0.1:8080 -t /var/www/html/public

install to webroot/custom

clone to your htdocs

git clone <link>

move everything to /var/www/html/custom (webroot)

then go to /var/www/html/custom and install depencies

composer install --no-dev
yarn install

edit /var/www/html/app/container.php do this

$app->setBasepath('/custom');

start your webservice like apache or something like

php -S 127.0.0.1:8080 -t /var/www/html/custom/public

About

Colorlib music templates implemented on slim 4

License:MIT License


Languages

Language:CSS 68.8%Language:Hack 17.2%Language:JavaScript 10.7%Language:PHP 3.3%