This boilerplate fills that gap, providing pre-configured, best-practice-driven strong foundation. That means you start fast and build right from day one.
- βοΈ php 8.4
- βοΈ Laravel 11
- βοΈ Official Laravel boilerplate
- βοΈ Essential packages configured for a seamless local development experience
- βοΈ
docker-compose.yml
using serversideup/docker-php - βοΈ Useful & handy composer commands for streamlined development
- βοΈ GitHub CI workflow with necessary automated checks included
composer lint
β ensures consistent code stylingcomposer rector
β keeps your code up to datecomposer test.arch
β architecture testingcomposer test.unit
β unit testscomposer test.feature
β feature tests with a minimum coverage check
- βοΈ Deploy wherever you want
- Containerized β
Dockerfile
to buildci
,dev
&deploy
images using serversideup/docker-php - Deploy job β complete the
.github/workflows/200-cd.yml
and your application is ready to deploy
- Containerized β
- βοΈ PestPHP configured with
Architecture
,Unit
&Feature
test-suites
- βοΈ IDE-Helper for autocompletion
- βοΈ Rector for effortless upgrades
- βοΈ Pint for code-styling
- βοΈ Larastan for static analysis, configured to
max
level
- βοΈ Strict models
- βοΈ Strict types
- π‘ A few more that we can't mention here, with many more on the roadmap
You can easily modify this boilerplate to fit your specific requirements.
- Issues π for bugs
- PRs π for contributions
- Discussions π for help, thoughts and suggestions