Releases: laravel-shift/blueprint
1.3.0
This release adds a new feature which will automatically generate the HTTP Tests for the defined controller actions in your draft file.
I expect a few bugs. So when you encounter them, please open an issue and include:
- Your draft file
- The incorrectly generated test code
- The expected test code
1.2.2
Generate faker data using precisions and scale for decimal
and float
columns in model factory.
1.2.1
v1.2.1 Strengthen factory generator tests
1.2.0
This release includes update for:
- Publishing a config/blueprint.php for advanced customizations.
- Support for generating nested components like
Admin/User
andApi/UserController
- Generation of
@property
PHPDocs in Models
1.1.1
Fixes for model data types and truncating unconventional foreign key references.
v1.1.0
v1.0.1
v1.0.0
The official release of Blueprint with an initial syntax for defining model and controllers to rapidly generate multiple Laravel components.
Watch a quick demo of Blueprint and browse the README for additional details.
v0.5.1
Ensure directories exist
v0.5.0
This is a release candidate of Blueprint which supports generating complex Laravel components using simple YAML definitions. Please report any issues to help with the on-going development of this tool.