bagisto / bagisto-package-generator

Bagisto Package Generator
MIT License
37 stars 14 forks source link

Force migration command not working #5

Closed devansh-webkul closed 4 years ago

devansh-webkul commented 4 years ago

Bug When I used --force with make-migration, then migration command not working.

Steps

  1. Run this command, php artisan package:make-migration TestMigration ACME/TestPackage
  2. Run with force command, php artisan package:make-migration TestMigration ACME/TestPackage --force

Expected Result Existing migration should be overwritten.