pipe-dream / laravel-create

Create Laravel projects really fast
1.31k stars 109 forks source link

Default user and reset password migration removed #62

Closed more-yogesh closed 4 years ago

more-yogesh commented 5 years ago

I installed the pipe dream in an existing project. But I did not use the +USER SYSTEM option just created a single model and after building the module, my user and password_reset migration removed.

Thanks for the package :)

Taalaybek commented 5 years ago

meToo Can I undo this?

gurinder-xyrintech commented 5 years ago

use git after created models restore your existing files

ajthinking commented 4 years ago

Hey, thanks for the report. Finally, this issue has been solved in v0.1.7 where we simplified the file states. The original migrations will now be kept - unless the user specifies a new User model or password_resets colliding with the default ones. Like @gurinder-xyrintech says, use git to confirm after building 👍