blueprint

A code generation tool for Laravel developers.

MIT License

Downloads
766.4K
Stars
2.8K
Committers
53

Bot releases are visible (Hide)

blueprint - 1.2.0

Published by jasonmccreary over 4 years ago

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
blueprint - 1.1.1

Published by jasonmccreary almost 5 years ago

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

blueprint - v1.1.0

Published by laravel-shift almost 5 years ago

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)
blueprint - v1.0.1

Published by jasonmccreary almost 5 years ago

Squashes a few reported bugs:

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

Published by jasonmccreary almost 5 years ago

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.

blueprint - v0.5.1

Published by jasonmccreary almost 5 years ago

blueprint - v0.5.0

Published by jasonmccreary almost 5 years ago

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.

blueprint - v0.4.0

Published by laravel-shift almost 5 years ago

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

blueprint - v0.3.0

Published by laravel-shift almost 5 years ago

blueprint - v0.2.1

Published by laravel-shift almost 5 years ago

blueprint - v0.2.0

Published by laravel-shift almost 5 years ago

Require Laravel 6

blueprint - v0.1

Published by laravel-shift almost 5 years ago

This is a beta release of Blueprint which supports generating components using the models definitions. Please report any issues to help with the on-going development of this tool.