Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craigpotter/filament-bug-test
https://github.com/craigpotter/filament-bug-test
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/craigpotter/filament-bug-test
- Owner: craigpotter
- Created: 2023-10-07T07:45:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T07:52:27.000Z (about 1 year ago)
- Last Synced: 2023-10-07T08:32:42.519Z (about 1 year ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filament Bug Test
## Installation and testing
- Clone this repository
- `composer install`
- Create a database and add the credentials to your `.env` file copied over from `.env.example`
- `php artisan migrate --seed`
- `php artisan serve`
- Visit `localhost:8000/admin/login` and login with the credentials `[email protected]` and `password`
- Visit the user resource and edit the existing user.
- Add lotto numbers which will fail the validation. e.g String or numbers greater than 49.
- Save the user and you will see no validation errors.## Optional Debugging
- Checkout the `debug` branch and repeat the testing steps above.
- The views have been published and some dumps have been added.## Expected Behaviour
- Validation errors should be displayed on the page.