This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
Releases: Mombuyish/Laravel-Oh-Generators
Releases · Mombuyish/Laravel-Oh-Generators
Supported 8.x
Added toResponse implementing
Thanks to @goodjack implemented the pattern.
It can be generating a class response.
Supported 7.x
3.1.1 Update README.md
Parser, transport layer added
The two useful layers, Parser
and Transport
have been added.
It will help you create a specific handler and instance.
Laravel 6 Compatibility
- Supported laravel 6
change naming and remove extending by default
- change foundations to foundation keeping a singular.
- remove extending service and repository by default.
breaking changes
- change format helper to formatter
- change transform helper to transformer
Fixed Support 5.x
change to dependency to framework packages.
Update to support 5.x
Update dependency require.
Supported 5.6.*
Added supporting laravel 5.6.*
Add foundation
thanks to @johnteee make it.