I installed a fresh install or laravel "^8.75" and backpack "^5.3" and when I run "php artisan backpack:crud User" I get this error:
BadMethodCallException
Method Illuminate\Support\Stringable::lcfirst does not exist.
Does anyone know what the issue might be ? I cannot find a solution online.