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

Latest commit

 

History

History
29 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.16 KB

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