zacksmash / fortify-ui

Laravel Fortify driven replacement to the Laravel UI package
https://github.com/zacksmash/fortify-ui
MIT License
240 stars 20 forks source link

Safe to remove package ofter installing? #31

Closed nickdekruijk closed 1 year ago

nickdekruijk commented 1 year ago

Is it true that after running php artisan fortify:ui the package can be safely removed again? Wouldn't it be better/safer to run composer require --dev zacksmash/fortify-ui instead?

zacksmash commented 1 year ago

@nickdekruijk Yeah, you can absolutely remove this after running the installation, since all it does is copy/move some files around. If you want to do it as a dev dependency, by all means. If you're going to just remove it, then it doesn't really make much of a difference.

nickdekruijk commented 1 year ago

Maybe suggesting to use —dev in your readme is a good idea

zacksmash commented 1 year ago

After testing this, it's probably not a good idea to remove the package, since it incudes Fortify as a dependency. I would just leave it, or remove it without removing dependencies.