sebkay/spindle

An easy to use Slim 4 starter app. Comes with a DI container, Eloquent ORM, Twig for templating, VueJS and Sass.


Keywords
vuejs, eloquent, twig, webpack, vue, slim-framework, twig-templates, slimphp, slim-template, slim-skeleton, slim4, webpack5
License
MIT

Documentation

Spindle

An easy to use Slim 4 starter project for server side apps.

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