Laravel Storage | let's learn storage by creating a simple file explorer simulator

preview_player
Показать описание
Like , share and subscribe is great support .
Рекомендации по теме
Комментарии
Автор

Great video, thanks. I spent ages doing most of what was in your video to teach myself this and only wish I’d found this sooner! 🙏

gdogmalone
Автор

PS Your video has helped me. I really thought that app in config filesystem was the whole app (root folder). Its no wonder I have been struggling with this. FYI for those like me who are not that experienced with Laraval API's the route in api.php is Route::get("filter", [FilterController::class, '__invoke']); AND Route::post for updating the folder contents

markcorrigan
Автор

Working with storage is part of so many projects, so thanks.
This is useful, just missed the disk() part

julienSibille
Автор

return not forcing browser to download file .Can you please help me with this ?

yzbwwew