xbot-my / guidelines
Guidelines for Laravel development purpose.
1.0.0
2026-07-21 18:07 UTC
Requires
- php: ^8.3
- illuminate/support: ^13.0
Requires (Dev)
- laravel/boost: ^2.4
- laravel/pint: ^1.18
- orchestra/testbench: ^11.1
- pestphp/pest: ^4.7
This package is auto-updated.
Last update: 2026-07-22 06:27:17 UTC
README
Guidelines as AI skills, compatible with Laravel Boost.
Installation
Laravel Boost
composer require xbot-my/guidelines --dev php artisan boost:install
Select the guidelines from the list and they'll be installed automatically.
CI
Each push and pull request is automatically checked:
- Code style — Laravel Pint (
pint --test) on PHP 8.4 - Tests — Pest test suite on PHP 8.3 and 8.4
What's Included
| Skill | Description |
|---|---|
xbot-laravel-php |
Laravel & PHP coding conventions, PSR standards, control flow, naming |
xbot-version-control |
Git workflow conventions, repo/branch naming, commit messages |
xbot-security |
Application, database, and server security best practices |
Keeping Up to Date
Composer
composer update xbot-my/guidelines php artisan boost:update
License
The MIT License (MIT). Please see License File for more information.