我可以将 LaravelCollective/html 用于 Laravel 8 申请吗?
Can I use LaravelCollective/html for a Laravel 8 application?
我在 Laravel 5 Blade/Bootstrap 应用程序中使用了 laravelcollective/html 包,现在我发现不支持 Laravel 8。你能推荐一些与 Laravel 8 或这个库兼容的东西吗?
是的,您可以将此包与 Laravel 8 一起使用。只需像通常使用 Composer 一样添加包即可。
composer require laravelcollective/html
在这种情况下,请确保 composer.json 中使用的是 6.2 版。这里是confirmation,支持Laravel 8。
我在 Laravel 5 Blade/Bootstrap 应用程序中使用了 laravelcollective/html 包,现在我发现不支持 Laravel 8。你能推荐一些与 Laravel 8 或这个库兼容的东西吗?
是的,您可以将此包与 Laravel 8 一起使用。只需像通常使用 Composer 一样添加包即可。
composer require laravelcollective/html
在这种情况下,请确保 composer.json 中使用的是 6.2 版。这里是confirmation,支持Laravel 8。