Releases: open-southeners/extended-laravel
Releases · open-southeners/extended-laravel
0.6.0
0.5.0
Added
- Command
vendor:licenses
to generate a list based on all dependencies installed on the project
0.4.0
Fixed
- Command
make:migration
broken from container injection
Added
- Number mixin methods
toShort
to make numbers shorter
0.3.0
Added
Helpers::getCacheLockOwner
method to get cache atomic locks owner or false otherwise if no lock found
0.2.4
Fixed
- Namespace for
OpensGeneratedFiles
trait
0.2.3
Fixed
- Namespace for
OpensGeneratedFiles
trait
0.2.2
Fixed
- Namespace for
OpensGeneratedFiles
trait
0.2.1
Fixed
- Namespace for
OpensGeneratedFiles
trait
0.2.0
Added
OpensGeneratedFiles
console utility class that opens the generated files with the IDE configured (throughAPP_IDE
environment variable)
Changed
- All Laravel framework's commands that extends from
GeneratorCommand
now got replaced from the container using nowFileGeneratorCommand
(includes allartisan make:
commands)
Fixed
Stringable::emailDomain()
requiring an argument when none needed usable asStr::of('[email protected]')->emailDomain()->value()
0.1.3
Fixed
- Composer PSR autoloading with models functions (moved to the
OpenSoutheners\ExtendedLaravel\Helpers
class)