SebKay / spindle

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:PHP 67.5%Language:SCSS 15.3%Language:Twig 6.4%Language:JavaScript 5.4%Language:Vue 5.2%Language:Shell 0.2%