Convert and store Base64 encoded files in Laravel
Pascal Baljet shares a nice way to handle Base64 encoded files in Laravel
Read more [protone.media]
Posts tagged with file handling
Pascal Baljet shares a nice way to handle Base64 encoded files in Laravel
Read more [protone.media]
laravel-medialibrary is a powerhouse package that can help handle media in a Laravel application. It can organise your files across multiple filesystems, generate thumbnails, optimize images and much much more. My team and I are hard at work creating a new major version, v7, that adds a lot of…
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"I’ve been reading freeks newsletter for a while now, and it’s easily one of my favorite developer newsletters. Freek shares practical, no-nonsense insights from running Spatie, maintaining hundreds of open-source packages, and shipping real products. Every time I get useful Laravel tips, smart tooling advice, always high quality and immediately applicable."
???? Returning files from your cloud storage (or any other filesystem) as responses just got much easier in @laravelphp with the v5.5.22 release. Just return Storage::response($path) or Storage::download($path) and it will take care of it for you! ????https://t.co/xf8PxLYvFA pic.twitter.com/tHZJNxgzN1
— Jonathan Reinink (@reinink) 28 november 2017
Read more [twitter.com]
laravel-medialibrary is probably one of our most powerful packages. It can associate files with Eloquent models. It can also generate derived images such as thumbnails. It has a very developer-friendly API to work with. Here's a quick example:…