Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 371 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 371 Bytes

CHANGELOG

This changelog contains all notable change of this project

1.0.0

The first release containing following features:

  1. Generate pest controller with this command line php artisan make:pest ModelName
  2. Adds a --crud=c,r,u,d flag to generate specific files
  3. Adds a {--path=} flag to change the path (default in tests "\Feature\Http\Controller")