https://github.com/filamentphp/issue-reproduction-template
A minimal Laravel + Filament application for reproducing bugs.
https://github.com/filamentphp/issue-reproduction-template
Last synced: about 3 hours ago
JSON representation
A minimal Laravel + Filament application for reproducing bugs.
- Host: GitHub
- URL: https://github.com/filamentphp/issue-reproduction-template
- Owner: filamentphp
- Created: 2026-05-26T07:34:10.000Z (about 1 month ago)
- Default Branch: 4.x
- Last Pushed: 2026-06-08T09:25:05.000Z (18 days ago)
- Last Synced: 2026-06-08T11:19:03.310Z (18 days ago)
- Language: Blade
- Homepage:
- Size: 4.45 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filament issue reproduction template
A minimal Laravel + Filament application for reproducing bugs you would like to file at [`filamentphp/filament`](https://github.com/filamentphp/filament/issues).
This repository is regenerated automatically from each stable Filament release. Each branch matches the Filament major version it was built against:
- [`3.x`](https://github.com/filamentphp/issue-reproduction-template/tree/3.x) — latest Filament v3 release (maintenance mode)
- [`4.x`](https://github.com/filamentphp/issue-reproduction-template/tree/4.x) — latest Filament v4 release
- [`5.x`](https://github.com/filamentphp/issue-reproduction-template/tree/5.x) — latest Filament v5 release
## Setup
You're on the `4.x` branch. To start a new reproduction project, run:
```bash
git clone --branch 4.x 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 with `test@example.com` / `password`.
Add the minimum code needed to reproduce your bug, push your repository, and link it from your Filament issue.