Looking to hire Laravel developers? Try LaraJobs

laravel-boost-amazon-q maintained by dshyam3001

Description
Laravel Boost extension package that provides Amazon Q Developer integration.
Author
Last update
2026/04/19 09:06 (dev-main)
License
Links
Downloads
11

Comments
comments powered by Disqus

Laravel Boost — Amazon Q Developer

Latest Stable Version License

A Laravel Boost extension that adds Amazon Q Developer as a supported agent.

How it works

Amazon Q Developer automatically reads all *.md files under .amazonq/rules/ as context in every chat and inline completion — no extra configuration needed.

This package registers Amazon Q Developer with Laravel Boost so that when you run boost:install or boost:update, your Laravel guidelines and skills are written to:

  • Guidelines.amazonq/rules/guidelines.md
  • Skills.amazonq/rules/skills/

Installation

composer require dshyam3001/laravel-boost-amazon-q

Then run Boost install and select Amazon Q Developer:

php artisan boost:install

Updating

When Laravel Boost publishes updated guidelines:

composer update laravel/boost
php artisan boost:update

When this package has updates:

composer update dshyam3001/laravel-boost-amazon-q
php artisan boost:update

Or update both at once:

composer update laravel/boost dshyam3001/laravel-boost-amazon-q
php artisan boost:update

License

MIT