Does it actually make sense to have two packages, with separate versions?
Developers would be able to:
Package developers would be able to:
Maintainers would be able to:
trans('backpack::login') and trans('crud::save'));backstrap.js for everything outside CRUD, and field_vendors.js for all fields - thought it will definitely be a HUGE file);Thoughts anyone? @Laravel-Backpack/veterans ? Any reasons we shouldn't merge them? I've been thinking about it for a while and I really can't see why... maybe I'm missing something...
Thanks!
Merge it
yes
yes I think it would be cleaner and more organized if it was one repo. Installation issues would be easier to troubleshoot too
just do it
It definitely has sense to merge it since they are dependent on each other (as you wrote base is independent but could be used alone, but it's rarely used like that).
I vote for merging.
yes, please!
Thanks for the feedback everyone! It's done, PR https://github.com/Laravel-Backpack/CRUD/pull/2028 - let's close this issue then.
Most helpful comment
Merge it