@squire shows us the content of your composer.json file.
Feb 12, 2020
4
Level 3
PHP Deprecated error message when trying to use factories on tinker
Hello. I'm getting this error message when I run factory(\App\Magazine::class)->make(); on tinker.
PHP Deprecated: The "Symfony/Component/ErrorHandler/Error/FatalError" class is deprecated since Symfony 4.4, use "Symfony/Component/ErrorHandler/Error/FatalError" instead. in C:/laragon/www/a pipractice/vendor/symfony/debug/Exception/FatalErrorException.php on line 14
I already ran a composer update but the problem persist. Any idea? I'm using php 7.4.1
Please or to participate in this conversation.