Skip to content
/ slim Public template

Slim 4 skeleton with parallax bootstrap templates

License

Notifications You must be signed in to change notification settings

codeshakers/slim

Repository files navigation

Slim 4 skeleton

CodeFactor PHP Composer License

Slim 4 skeleton with basic parallax homepages

demo

heroku

install to webroot

clone to your htdocs

using git

git clone <link>

using composer

composer create-project cvar1984/slim:dev-master --prefer-dist

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

using git

git clone <link>

using composer

composer create-project cvar1984/slim:dev-master custom --prefer-dist

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

Slim 4 skeleton with parallax bootstrap templates

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published