Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 15:56
· 27 commits to main since this release
ce9e73f

Added

  • OpensGeneratedFiles console utility class that opens the generated files with the IDE configured (through APP_IDE environment variable)

Changed

  • All Laravel framework's commands that extends from GeneratorCommand now got replaced from the container using now FileGeneratorCommand (includes all artisan make: commands)

Fixed

  • Stringable::emailDomain() requiring an argument when none needed usable as Str::of('[email protected]')->emailDomain()->value()