nadneb / smooth
Smoothing out differences between migration files and databases.
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nadneb/smooth
Requires
- ext-json: *
- mathieuviossat/arraytotexttable: ^1.0
- nikic/php-parser: ^4.4
This package is auto-updated.
Last update: 2025-10-29 02:44:02 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