我在项目中安装了Larecipe,但他无法正确加载。当我看到“ /docs/1.0/overview”时,出现控制台错误和布局无法加载。
未捕获的ReferenceError:未定义CreateLarecipe
未捕获的ReferenceError:未定义LaRecipe
我进行了软件包更新,很遗憾,它没有帮助。
Laravel Framework 5.7.28
"binarytorch/larecipe": "^2.1",
答案 0 :(得分:0)
这可能是LaRecipe服务提供商未注册(或自动注册)的问题。
将服务提供者添加到 //Cannot resolve method 'setStartIconDrawable(int)
textInputLayout.setStartIconDrawable(R.drawable.ic_close);
中的providers
数组中:
config/app.php
答案 1 :(得分:0)
我经历过同样的事情。
尝试运行这两个Artisan命令:
php artisan larecipe:install
php artisan vendor:publish --tag=larecipe_assets --force
答案 2 :(得分:0)
请尝试这个。我认为您必须重新创建boostrap / cache / compiled.php文件。
php artisan optimize