sebkay/slim-starter

This package is abandoned and no longer maintained. The author suggests using the sebkay/spindle package instead.

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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:project

1.6.0 2021-04-13 20:42 UTC

This package is auto-updated.

Last update: 2021-04-13 21:01:19 UTC


README

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

Test PHP

What's Included

  • Database models via Eloquent
  • Dependency Injection via a container
  • CSRF protection
  • Twig for templating
  • VueJS for reactivity
  • Sass for styling
  • CSS autoprefixing

Why

  • 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 breeze.
  • Easily add services to the container by extending the base App\Container\Service class.

How

New Project

composer create-project sebkay/spindle project-name