ubxty / ubxmigrations
Safe migration generator with column-level error handling
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ubxty/ubxmigrations
Requires
- php: ^8.0
- laravel/framework: ^9.0|^11.0
README
Safe database migrations with column-level error handling.
Installation
composer require ubxty/ubxmigrations --dev
Features
- Column-level error handling
- Migration safety checks
- Laravel-native integration
- Zero-configuration setup
Usage
Create a new migration:
php artisan make:ubxmigration add_columns_to_table --table=your_table
About the Developer
UBXTY - Unboxing Technology Maintained by UBXTY. We specialize in creating robust and developer-friendly solutions for modern web applications.
License
This package is open-source software licensed under the MIT license.