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
Requires
- php: >=5.3.7
- j4mie/idiorm: 1.4.*
- slim/slim: 2.*
- twbs/bootstrap: 3.0.*
- twig/twig: 1.15.*
This package is not auto-updated.
Last update: 2025-03-25 08:56:01 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
- Fork: https://github.com/PastorBones/Slim-Boilerplate
- Model: ORM (idiorm & Paris)
- View: Twig 1.11.1 (fabpot/Twig)
- Controller: Slim 2.0 (codeguy/Slim)
- Styling: bootstrap (twbs/bootstrap)