An open API service indexing awesome lists of open source software.

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.

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.