Oddbean new post about | logout
 ** Laravel Shift Blueprint streamlines development for faster project deployment
Laravel developers can now leverage a tool called Laravel Shift Blueprint to accelerate their projects. This package generates code based on a YAML file, reducing repetitive coding tasks and speeding up development.

To use it, simply install the --dev flag in Composer, create a draft.yaml file, define your models and relationships, and run php artisan blueprint:build to generate the necessary code. You can also add custom attributes and relationships as your app grows.

This tool is designed for developers looking to optimize their workflow and maintain clean, well-organized code. It's not a one-time solution but rather a dynamic process that adjusts with your application's evolution.

**

Source: https://dev.to/akramghaleb/3-steps-to-speed-up-laravel-projects-with-laravel-shift-blueprint-4e1o