Skip to content

Releases: laravel-shift/blueprint

1.2.0

28 Jan 21:52
406cd93
Compare
Choose a tag to compare

This release includes update for:

  • Publishing a config/blueprint.php for advanced customizations.
  • Support for generating nested components like Admin/User and Api/UserController
  • Generation of @property PHPDocs in Models

1.1.1

11 Jan 15:08
076f226
Compare
Choose a tag to compare

Fixes for model data types and truncating unconventional foreign key references.

v1.1.0

20 Dec 16:12
899bbaa
Compare
Choose a tag to compare

Two new features in this release:

  • New blueprint:erase command to remove files generated in the last build (#43)
  • Register the Blueprint class within the container to allow customizations (#44)

v1.0.1

19 Dec 20:01
ad4fffe
Compare
Choose a tag to compare

Squashes a few reported bugs:

  • Sequence multiple migrations in order (#40)
  • Correct duplicate SoftDeletes trait (#41)
  • Generate related models in factories (#38)

v1.0.0

02 Dec 19:30
Compare
Choose a tag to compare

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

02 Dec 13:55
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
Ensure directories exist

v0.5.0

01 Dec 17:51
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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

09 Nov 16:59
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Add support for generating models with SoftDeletes using the softdeletes keyword in your model definitions.

v0.3.0

07 Nov 18:16
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
Support lowercase model definition keywords

v0.2.1

07 Nov 17:38
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
Remove concrete type-hint