Skip to content

Releases: JustinByrne/extra-artisan-commands

v2.1.0

29 Jun 21:08
4507554
Compare
Choose a tag to compare

Minor improvements to the output of the console commands. These now provide a very similar output that you would get with the default laravel commands.

v2.0.1

23 Feb 20:40
9b1293f
Compare
Choose a tag to compare

Fixed github action php versions, and readme file

v2.0.0

23 Feb 20:23
d9eac24
Compare
Choose a tag to compare

Updated tests and composer to work with Laravel 10

v1.3.1

10 Dec 11:35
42ebeaf
Compare
Choose a tag to compare

Small bug fixes and improvements to tests

v1.3.0

10 Oct 18:02
c8f43ac
Compare
Choose a tag to compare

Added

  • Allowed plugins into the composer.json file

Changed

  • php cs fixer version number
  • dependabot github action version number

Removed

  • package.json and package-lock.json
  • prettier config file

V1.2.0

02 Jun 20:18
Compare
Choose a tag to compare

V1.2.0 - 2022/06/02

Added

  • Tests for all the make commands
  • Added return SUCCESS and FAILURE 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

12 May 15:41
Compare
Choose a tag to compare

v1.1.0 - 2022/05/12

Added

  • Added make:enum command to create an enum file.

v1.0.0

07 May 13:11
Compare
Choose a tag to compare

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.