Laravel Package Development Example - laravel-web3-storage for IPFS file upload and retrieval

Опубликовано: 30 Сентябрь 2024
на канале: 01Coder
204
2

#laravel #php #web3 #ipfs

In previous videos I promised to develop a package to host the web3.storage API operation in a dedicated place and get it easily reused by other applications.

In this video, I showed you how to do it and apply the package laravel-web3-storage to the Laravel application.

The package is managed at https://github.com/wiyang/laravel-web..., and published at https://packagist.org/packages/verybi....

For what I have done for switching API from nft.storage to web3.storage, check out    • Laravel Live Coding - Switch from NFT...  .

For "Introduction to File Storage (Part 1): please watch:
   • Laravel Essentials - Introduction to ...  

For "All You Should Know About: Request(Part 1)", please watch:
   • Laravel Tips - All You Should Know Ab...  

For "All You Should Know About: Request(Part 2)", please watch:
   • Laravel Tips - All You Should Know Ab...  

For the tips on single action controller, please watch:
   • Laravel Tips - What is Single Action ...  

For the "The Class You Must Know: Collection", please watch:
   • Laravel Tips - The Class You Must Kno...  

For the video on how to define singleton dependency in service provider, please watch:
   • Laravel Service Bindings and Singletons  

For the video on how to use contextual binding, please watch:
   • Laravel Contextual Binding  

For the video on binding typed variadics, please watch:
   • Laravel Basics - Binding Typed Variadics  

For all the Laravel videos, please follow the playlist:
   • Laravel