I want to encode/decode my Image with base64: But it is not correctly decoded Answer You don’t have to use imagecreatefromstring in your code. You can encode/decode with php base64 functions.
Tag: httpclient
Authentication using api token in laravel/fortify
I am using laravel/fortify and I was trying to authenticate using HTTP client request But I am getting error and error is: Answer return user instance like this or you as official doc says ref link https://jetstream.laravel.com/1.x/features/authentication.html