作者:mobiledu2502905163 | 来源:互联网 | 2023-05-19 18:26
IamfacingtheerrorswhileusingJ42,我在使用J42时遇到了错误,Thisisthecomposer.jsonIamusingforthe
I am facing the errors while using J42,
我在使用J42时遇到了错误,
This is the composer.json I am using for the require element
这是作曲家。我正在为require元素使用json
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"laravelcollective/html": "^5.2"
I need to add firebase to my application, it is really important . If anyone can provide me with the step by step installation along with an example it would be really great.
我需要在我的应用程序中添加firebase,这非常重要。如果有人能一步一步地向我提供安装示例,那将是非常棒的。
I have tried all sorts of possibilites
我试过各种可能性
'Firebase' => J42\LaravelFirebase\LaravelFirebaseFacade::class
// `'Firebase' => J42\LaravelFirebase\LaravelFirebaseFacade
::class
::类
even adding this class also seems an error since J42/laravel-firebase haven't mentioned it but nothing works without it. I have already added J42/Laravel... to my composer.json but it also don't work, shows error App/Http/Controller/Firebase class not found So if anyone could please help me in this issue, then it would be really great.
甚至添加这个类也似乎是一个错误,因为J42/laravel-firebase没有提到它,但是没有它什么都不行。我已经添加了J42/Laravel…我的作曲家。json也不工作,显示错误App/Http/Controller/Firebase类没有找到,如果有人能在这个问题上帮助我,那就太棒了。
Thanks
谢谢
1 个解决方案