Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
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.
v0.4.0
Add support for generating models with SoftDeletes
using the softdeletes
keyword in your model definitions.
v0.3.0
Support lowercase model definition keywords
v0.2.1
Remove concrete type-hint