Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Shawdow's avatar

convert base64 decode to blob

Any Option available in Laravel to convert base64decode to blob??

0 likes
5 replies
sr57's avatar

blob is a MySql/MariaDB storage type

base64 decode is a string type

You can insert directly insert a string type in a blob type

Shawdow's avatar

@sr57 I did not understand can you explain.with an example?

sr57's avatar

@Shawdow

Don't mix different questions in the same thread, it's difficult later with search engine for others. Close this one and open a new one.

Please or to participate in this conversation.