Download the PHP package signifly/laravel-database-refactors without Composer
On this page you can find all versions of the php package signifly/laravel-database-refactors. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download signifly/laravel-database-refactors
More information about signifly/laravel-database-refactors
Files in signifly/laravel-database-refactors
Package laravel-database-refactors
Short Description Add database refactors to your Laravel app.
License MIT
Homepage https://github.com/signifly/laravel-database-refactors
Informations about the package laravel-database-refactors
Add database refactors to your Laravel app
The signifly/laravel-database-refactors
package allows you to easily add database refactors to your Laravel app.
Below is a small example of how to use it.
Run the refactor in terminal:
or programatically in a migration:
IMPORTANT!
Update your composer.json
file in order to autoload the database refactors:
Installation
You can install the package via composer:
The package will automatically register itself.
Basic Usage
In order to generate a new refactor file, you may use the following command:
The file will be located in the database/refactors
folder.
Testing
Security
If you discover any security issues, please email [email protected] instead of using the issue tracker.
Credits
- Morten Poul Jensen
- All contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-database-refactors with dependencies
illuminate/console Version ^6.0|^7.0|^8.0
illuminate/database Version ^6.0|^7.0|^8.0
illuminate/filesystem Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0