I had create 3 laravel projetcs for versions 5.8, 6.* and 7.*.
$this->withoutExceptionHandling() doesn't work, i got "Call to undefined method". It only works on the v5.8 installation. It have been removed from newers versions of laravel?
ty
Related
I recently tried creating a new Laravel project using the laravel new command and going to the {projectname}.test domain returns the error Deprecated: Method ReflectionParameter::getClass() is deprecated in /Users/.../blog/vendor/laravel/framework/src/Illuminate/Container/Container.php
I have my computer's version of php 7.4 required in my composer.json file and I am using Laravel Installer 4.2.4. My projects created in a CMS built with Laravel all show up fine when typing their .test domains so I'm not sure what is wrong with this installation/the Illuminate container. Any advice greatly appreciated, thanks!
Trying to use On-demand notification in Laravel 5.8 and ran into this error. I followed the tutorials and it worked fine for them but I ran into this error.
After upgrade Laravel from 5.5 to 5.6 and running test, in file laravel.log: Call to undefined relationship [user] on model [Rate]. I think the fault lies here. But i don't fix
$rateable->user->notify($notification);
I'm trying to setup cartalyst/converter on laravel 5.6 Their link is here: https://cartalyst.com/manual/converter/2.0
I'm following official instruction and getting
Call to undefined method Illuminate\Foundation\Application::share()
I feel like Cartalyst\Converter\Laravel\ConverterServiceProvider is not livable.
How else can I install it?
They have "Native" way, but in laravel case where would I put their "native" code?
Illuminate\Foundation\Application::share() method was removed in Laravel 5.4, in favor of the singleton() method.
Do you need to use v2.0 of this package? 3.0 was released specifically to stay up-to-date with Laravel. I suggest using the most recent version instead of the 2.0 branch.
https://cartalyst.com/manual/converter/3.0
i have installed the chat package:
https://github.com/dazzz1er/confer
Unfortunately i get an error when i try to publish it. Here is the error:
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined method Illuminate\Support\Facades\View::composer()
Thanks !
As correctly pointed out by #curious_coder confer is not compatible with Laravel 5.2 yet. Please keep an on the open Laravel 5.2 issue on Github and/or ask the author of this package for updates.