Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

An easy to use Slim 4 starter app. Comes with a DI container, Eloquent ORM, Twig for templating, Vue.js Components, Sass and Webpack 5 for compiling.

SebKay/spindle

Repository files navigation

Spindle – A Slim 4 starter project

Test PHP

What's Included

Why

  • A single instance app makes building and testing easy.
  • No hunting around fragmented include files trying to figure out what's going on.
  • Using Laravel's ORM, Eloquent, makes working with the database a straightforward.
  • Easily add services to the container by extending the base App\Container\Service class.

How

New Project

composer create-project sebkay/spindle project-name