v1.0.1
Traitify v1.0.1 Release Notes
Release Date: 15th October 2024
This patch release focuses on improvements to the InteractsWithSqlViewMigration
trait, which simplifies SQL view management in Laravel migrations.
Key Updates in v1.0.1:
- InteractsWithSqlViewMigration Trait:
- Automates the process of managing SQL views during migrations.
- Supports the use of external SQL files to create and drop views.
- Ensures better error handling with exceptions when SQL files are missing.
- Customizable filenames for both creating and dropping views via
getUpFilename()
andgetDownFilename()
methods.
Installation:
To update to v1.0.1, run:
composer update cleaniquecoders/traitify
Documentation:
For more details on how to use the InteractsWithSqlViewMigration
trait, please refer to the GitHub repository.
This update enhances how SQL views are handled in migrations, making it easier to maintain and organize SQL scripts in your Laravel projects.
Full Changelog: v1.0.0...v1.0.1