Skip to content

Releases: stephenjude/extended-artisan-commands

3.0.3

01 Jun 12:38
Compare
Choose a tag to compare
  • Fixed enum file name.

3.0.2

01 Jun 12:34
Compare
Choose a tag to compare
  • Added enum make command to list of artisan commands.

3.0.1

01 Jun 12:23
Compare
Choose a tag to compare
  • Added artisan command for generating PHP enums 🔥

3.0.0

07 Mar 18:32
Compare
Choose a tag to compare
  • Laravel 10 support

2.0

09 Feb 09:34
c1f0d52
Compare
Choose a tag to compare
2.0

Laravel 9 support

1.3

30 Dec 16:21
d33528f
Compare
Choose a tag to compare
1.3

Added PHP 8 support

1.2

16 Sep 10:45
c167f39
Compare
Choose a tag to compare
1.2
  • Add Laravel 8 support

v1.1

04 Sep 07:03
faa7210
Compare
Choose a tag to compare
  • remove the use of .env variables in the config file.
  • updated the readme file.

v1.0

31 Jul 13:28
3617d2b
Compare
Choose a tag to compare
  • Initial Release
  • Added Artisan Commands
    • make:class
    • make:interface
    • make:trait
    • make:abstract-class
  • Added Usage on Readme.md
  • Added Tests for all commands.