nadneb / smooth
Smoothing out differences between migration files and databases.
dev-master
2021-02-03 04:47 UTC
Requires
- ext-json: *
- mathieuviossat/arraytotexttable: ^1.0
- nikic/php-parser: ^4.4
This package is auto-updated.
Last update: 2025-03-29 00:50:44 UTC
README
Smoothing out differences between migration files and databases..
Installing
composer require nadneb/smooth -vvv
Usage
php artisan vendor:publish --provider="Nadneb\Smooth\Providers\SmoothProvider"
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT