/Slim-Tour-CMS

This is a very basic CMS built on the SLIM Microframework. Features admin area - CRUD tours and pages and front end display. Basic image manipulation.

Primary LanguageJavaScript

Slim Tour CMS

CMS for Tour Company built with SLIM Microframework.

I've only just stripped this back to Whitelabel so its not tested. It needs some TLC.

The database isn't include please contact me on montane@protonmail.com.

Reqs

  • Mysql 5+
  • PHP 5.6+
  • npm
  • composer

Deployment

  • Ruby
  • Capistrano

Install

  • clone this repo
  • cd into directory
composer install
  • import the database file
mysql -uroot slimtest < /Users/User1/vprojects/Slim-Tour-CMS/migrations/slimtest.sql

Development

php -S localhost:8888 -t public

References