Back to Filament

Filament issue reproduction template

bin/issue-reproduction-template/stubs/README.md

5.6.71.3 KB
Original Source

Filament issue reproduction template

A minimal Laravel + Filament application for reproducing bugs you would like to file at filamentphp/filament.

This repository is regenerated automatically from each stable Filament release. Each branch matches the Filament major version it was built against:

  • 3.x — latest Filament v3 release (maintenance mode)
  • 4.x — latest Filament v4 release
  • 5.x — latest Filament v5 release

Setup

You're on the {{BRANCH_VERSION}} branch. To start a new reproduction project, run:

bash
git clone --branch {{BRANCH_VERSION}} https://github.com/filamentphp/issue-reproduction-template.git filament-issue-reproduction
cd filament-issue-reproduction
composer setup
php artisan serve

composer setup installs Composer + npm dependencies, copies .env.example to .env, generates an app key, migrates and seeds the database, and builds frontend assets.

Log in at http://127.0.0.1:8000/admin with [email protected] / password.

Add the minimum code needed to reproduce your bug, push your repository, and link it from your Filament issue.