magikcypress/slim-boot-boilerplate

Slim-Boilerplate is a bundling of the following components. It can be used as a starting point for small projects.

dev-master 2014-02-02 22:43 UTC

This package is not auto-updated.

Last update: 2024-04-23 04:14:12 UTC


README

Slim-boilerplate is a bundling of the following components. It can be used as a starting point for small projects.

Installation

Check database connection with ORM::configure in app/bootstrap.php

All vendor imported for this app

Install official vendor with composer in your project:

git clone https://github.com/magikcypress/slim-boot-boilerplate.git
cd slim-boot-boilerplate
curl -s https://getcomposer.org/installer | php

Install via composer:

php composer.phar install

Admin Access

superman:superman