Closed themodmin closed 3 months ago
I'm having trouble with the example code from the README, i keep getting : Unknown named parameter $title
I'm using Laravel 10.48.18 with :
"php": "^8.1", "doctrine/dbal": "3.5.1", "guzzlehttp/guzzle": "^7.2", "kreait/laravel-firebase": "^5.9", "laravel-notification-channels/fcm": "^3.2", "laravel/framework": "^10.10", "laravel/sanctum": "^3.3", "laravel/socialite": "^5.10", "laravel/tinker": "^2.8", "laravolt/avatar": "^5.0", "league/flysystem-aws-s3-v3": "3.0"
You have 3.x installed and I suspect are referencing the 4.x docs.
Please upgrade to 4.x or refer to the previous docs.
I'm having trouble with the example code from the README, i keep getting : Unknown named parameter $title
I'm using Laravel 10.48.18 with :