Search by

petervandijck / claude-flux-docs

petervandijck

A simple Laravel package that publishes claude-flux.md documentation to your project root

Package info

github.com/petervandijck/claude-flux-docs

pkg:composer/petervandijck/claude-flux-docs

Statistics

Installs: 162

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.3 2026-08-16 12:56 UTC

This package is auto-updated.

Last update: 2026-09-16 13:06:56 UTC


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.