ghostfly/slim-skel

This package is abandoned and no longer maintained. No replacement package was suggested.

Slim 3 Skeleton (Twig + Eloquent)

dev-master 2016-11-05 06:41 UTC

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

Slim Router

Controller

Twig-View

Model

illuminate/database

Validation

Reference - Respect/Validation

Complete reference

Slim Framework

Packages

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