thekiryukha/laravel

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Blade

Type:project

pkg:composer/thekiryukha/laravel

v1.0.3 2026-01-16 17:16 UTC

This package is auto-updated.

Last update: 2026-01-16 17:17:30 UTC


README

An ultra-strict, type-safe Laravel skeleton engineered for developers who refuse to compromise on code quality. This opinionated starter kit enforces rigorous development standards through meticulous tooling configuration and architectural decisions that prioritize type safety, immutability, and fail-fast principles.

What is in the box

  • 100% Type Coverage: Every method, property, and parameter is explicitly typed
  • Zero Tolerance for Code Smells: Rector and PHPStan at maximum strictness catch issues before they become bugs
  • Immutable-First Architecture: Data structures favor immutability to prevent unexpected mutations
  • Fail-Fast Philosophy: Errors are caught at compile-time, not runtime
  • Automated Code Quality: Pre-configured tools ensure consistent, pristine code across your entire team
  • Just Better Laravel Defaults: Thanks to strict models, auto eager loading, immutable dates, and more...

Installation guide

Just run the following command in your terminal:

composer create-project thekiryukha/laravel your_app_name

How to tweak this project for your own uses

Since this is a template project, feel free to clone and modify it for your own needs. It serves as a good starter boilerplate

Find a bug?

If you encounter any issues, please:

Like this project?

If you're feeling generous, you can buy me a coffee -> [link]

(just kidding ;)