ghostfly / slim-skel
Slim 3 Skeleton (Twig + Eloquent)
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Open Issues: 0
Type:project
Requires
- illuminate/database: ^5.2
- respect/validation: ^1.0
- slim/csrf: ^0.6.0
- slim/flash: ^0.1.0
- slim/slim: ^3.0
- slim/twig-view: ^2.1
This package is not auto-updated.
Last update: 2020-01-19 14:59:19 UTC
README
Slim Framework 3 Skeleton with Twig, Eloquent and Respect
Installation
composer create-project ghostfly/slimSkel [my-app]
Router
Controller
Model
Validation
Reference - Respect/Validation
Complete reference
Packages
- illuminate/database
- Respect/Validation
- slimphp/Slim
- slimphp/Slim-Csrf
- slimphp/Twig-View
- slimphp/Slim-Flash
Directory Structure
|-- slimSkel |-- app |-- Auth |-- Controllers |-- Middleware |-- Models |-- Validation |-- Routes.php |-- bootstrap |-- app.php |-- public |-- resources ....
License
MIT
Base
Based on Slim-born by Havenshen SlimBorn