rickselby/laravel-skeleton

Yet Another Laravel Framework Skeleton.


Keywords
framework, laravel, Skeleton
License
MIT

Documentation

Yet Another Laravel Skeleton

There are plenty of skeleton laravel projects out there - pre-loaded with useful packages and assets used in most projects. Well, here's my version.

These are packages that I use in almost all of my projects, so it seemed sensible to bring them all together in one place, document the setup, and hopefully speed up initialisation of future projects.

Installing

composer create-project -s dev rickselby/laravel-skeleton [directory]

Documentation

I'm (ab)using github issues to keep track of what is done for each package. See the component label for the list of 'components' and any related commits / comments.

Every commit should reference a component being installed / updated, so there is a complete history. Some commits may reference multiple components (e.g. front-end components that include styles).