wotz/laravel-boost-kit

Wotzebra's Laravel & PHP coding guidelines for Laravel Boost

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/wotz/laravel-boost-kit

v0.2.0 2026-02-20 09:09 UTC

This package is auto-updated.

Last update: 2026-02-20 09:18:38 UTC


README

Bring Wotzebra's Laravel & PHP coding guidelines to your AI-assisted development workflow with Laravel Boost.

Installation

Install the package via Composer:

composer require wotz/laravel-boost-kit --dev

Then install the guidelines with Boost:

php artisan boost:install

Select the Wotzebra guidelines from the list and they'll be installed to .ai/guidelines/boost-wotz-guidelines/.

What's Included

This package provides AI-optimized versions of Laravel & PHP coding standards, including:

  • PSR compliance (PSR-1, PSR-2, PSR-12)
  • Type declarations and nullable syntax
  • Class structure and property promotion
  • Control flow patterns (happy path, early returns)
  • Laravel conventions (routes, controllers, configuration)
  • Naming conventions (camelCase, kebab-case, snake_case)
  • Blade templates and validation
  • Testing best practices
  • A post-generation simplifier skill for cleanup/refinement

Included Resources

  • Core guideline: resources/boost/guidelines/core.blade.php
  • Skills:
    • resources/boost/skills/wotz-laravel-php-standards/SKILL.md
    • resources/boost/skills/wotz-laravel-php-api/SKILL.md
    • resources/boost/skills/wotz-laravel-php-web/SKILL.md
    • resources/boost/skills/wotz-laravel-simplifier/SKILL.md

Usage

Once installed, AI assistants using Laravel Boost will automatically reference these guidelines when generating code.

Keeping Guidelines Up to Date

Re-run the Boost installer after updating the package to refresh guidelines:

composer update wotz/laravel-boost-kit
php artisan boost:update

Changelog

Please see CHANGELOG for recent changes.

License

The MIT License (MIT). Please see License File for more information.