Hacker News new | ask | show | jobs
by wesley 4906 days ago
Still, shouldn't they decide on some kind of default? (Even if it's third party). What will happen to laravel bundles if everyone uses different form libraries in those bundles? (I assume there will still be something different from composer for bundles?)
2 comments

Well considering bundles have been dropped in favor of packages it shouldn't really matter. There should never be any conflicts because packages should be namespaced in a vendor/package fashion, meaning one package can use Form helper A and another can use Form helper B without conflicting.
Yeah, I kind of wish they left in a default as well. Still, it's not that difficult to include one.