magikcypress/slim-boot-boilerplate

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

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

pkg:composer/magikcypress/slim-boot-boilerplate

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

This package is not auto-updated.

Last update: 2025-09-23 11:24:20 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