gringo.dev
gringo.dev
Same here. Version 6.2.4.223. To be precise - it *does* autocomplete the rules (min, max, numeric, etc.). It *does not* autocomplete the field names (firstName, etc.).
@valerius21 color me interested!
out of curiosity, has anyone tried setting up passport.js and exposing it through api route(s)? from what I remember of the architecture it _should_ work on both web and mobile
@d8vjork have you considered something like this? docker-compose exec -T laravel.test ./vendor/bin/pint This executes the command inside the default app container that comes with Sail and logs the output to...
In case it's helpful for anyone else, Pest is built on PHPUnit and you can use PHPUnit features with Pest pretty easily. Just look for a line like this in...
> @abbasali @GringoDotDev > > These are good suggestions if you want to run something before all tests of an entire suit. > > But with beforeAll you can have...