petervandijck / claude-flux-docs
A simple Laravel package that publishes claude-flux.md documentation to your project root
1.2
2025-07-15 12:55 UTC
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0|^12.0
README
A simple Laravel package that publishes a claude-flux.md documentation file to your project root.
Installation
Install the package via Composer:
composer require petervandijck/claude-flux-docs
Usage
Publish the claude-flux.md file to your project root:
php artisan vendor:publish --tag=claude-flux-docs
This will create a claude-flux.md file in your Laravel project's root directory.
Requirements
- PHP 8.1 or higher
- Laravel 10.x, 11.x, or 12.x
License
The MIT License (MIT). Please see License File for more information.