This changelog contains all notable change of this project
The first release containing following features:
- Generate pest controller with this command line
php artisan make:pest ModelName
- Adds a
--crud=c,r,u,d
flag to generate specific files - Adds a
{--path=}
flag to change the path (default in tests "\Feature\Http\Controller")