Releases: JustinByrne/extra-artisan-commands
Releases · JustinByrne/extra-artisan-commands
v2.1.0
v2.0.1
Fixed github action php versions, and readme file
v2.0.0
Updated tests and composer to work with Laravel 10
v1.3.1
Small bug fixes and improvements to tests
v1.3.0
Added
- Allowed plugins into the
composer.json
file
Changed
- php cs fixer version number
- dependabot github action version number
Removed
package.json
andpackage-lock.json
- prettier config file
V1.2.0
V1.2.0 - 2022/06/02
Added
- Tests for all the make commands
- Added return
SUCCESS
andFAILURE
values to help with testing
Changed
- Renamed all the commands to match Laravel styling e.g.
makeServiceCommand
- Moved commands into an alphabetically order
- Changed cs to order imports alphabetically
v1.1.0
v1.1.0 - 2022/05/12
Added
- Added
make:enum
command to create an enum file.
v1.0.0
v1.0.0 - 2022/05/07
Added
- Added
make:service
command to create a service file. - Added
make:trait
command to create a trait file. - Added
make:action
command to create an action file. - Added
create:user
command to ask questions for creating a new user.