Hi !
PHP : 7.4.30
Krayin : v1.2.2
Composer version 2.4.1
As soon as the application reports an error, I have only this message and no description
example : in a command with a function or variable that does not exist
13:16:51 > StartPHP Fatal error: Uncaught Error: Call to a member function make() on null in /laravel-crm/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:242
Stack trace:
#0 /laravel-crm/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(165): Illuminate\Foundation\Exceptions\Handler->report(Object(Error))
#1 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(Error))
#2 {main}
thrown in /laravel-crm/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php on line 242
PHP Fatal error: Uncaught Error: Call to a member function make() on null in /laravel-crm/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:242
Stack trace:
#0 /laravel-crm/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(165): Illuminate\Foundation\Exceptions\Handler->report(Object(Symfony\Component\ErrorHandler\Error\FatalError))
#1 /laravel-crm/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(209): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(Symfony\Component\ErrorHandler\Error\FatalError))
#2 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleShutdown()
#3 {main}
thrown in /laravel-crm/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php on line 242
And nothing is added in the log ?!
example : In a http request i have : 500 Internal Server Error with no details
Thanks in advance
Congratulations on your project!
Kitejack