Package for Laravel. This package adds possibility to create migration and model from an existing table
yevhenii/laravel-migration-vise-versa is a Laravel package for package for laravel. this package adds possibility to create migration and model from an existing table.
It currently has 0 GitHub stars and 10 downloads on Packagist.
Install it with composer require yevhenii/laravel-migration-vise-versa.
Discover more Laravel packages by yevhenii
or browse all Laravel packages to compare alternatives.
Last updated
![Latest Version on Packagist][ico-version]
Via Composer
$ composer require yevhenii/laravel-migration-vise-versa
$ php artisan table:model posts
Where "posts" is name of table.
Will be created :
$ php artisan table:model posts --m
Where "posts" is name of table.
Will be created :
$ php artisan table:migration posts
Where "posts" is name of table.
Will be created :
$ php artisan table:migration posts --m
Where "posts" is name of table.
Will be created :
If you discover any security related issues, please email author email instead of using the issue tracker.
license. Please see the license file for more information.