painlesscode / breeze-multiauth

Multi authentication guard generator for laravel breeze.
Other
47 stars 10 forks source link

Problem with replacing code in files #7

Closed ArtMin96 closed 3 years ago

ArtMin96 commented 3 years ago

There is a big problem with changing files. It completely removes the previous code. For example, the package removed turbolink from webpack.mix.js and cleared the code from tailwind.config.js. This is a very serious issue in my opinion.

HazzazBinFaiz commented 3 years ago

It works in the same way like laravel breeze works. Breeze replace the existing webpack.mix.js and tailwind.config.js

HazzazBinFaiz commented 3 years ago

There is an option --asset

If this option is not provided during authentication installation this package won't touch those files,

ArtMin96 commented 3 years ago

Thank you so much!