You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declaration of CrestApps\CodeGenerator\Support\Str::plural($word, $count = 2) must be compatible with Illuminate\Support\Str::plural($value, $count = 2, $prependCount = false) #228
I used this library for my project laravel 12 with php 8.3. But when I run whatever command in this library i got this error:
Symfony\Component\ErrorHandler\Error\FatalError Declaration of CrestApps\CodeGenerator\Support\Str::plural($word, $count = 2) must be compatible with Illuminate\Support\Str::plural($value, $count = 2, $prependCount = false)
can anyone help me for this error. Sorry I'm noob at programming