You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()