Image upload using lumen
To start, Laravel file systems don't work on lumen so just give up on using
php artisan storage:link to link your storage. With that out of the way, let's learn how to store and read images in three easy steps.
STEP ONE: Install league/flysystems
Us...
kennethekandem.hashnode.dev