Laravel Web3 Storage - Switch to Guzzle HTTP Client from Illuminate HTTP Facade

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

#laravel #php #web3 #ipfs #decentralized

https://github.com/wiyang/laravel-web... is the PHP package that takes care of web3.storage API operations and gives developers a handy class to work with web3.storage.

It's a simple implementation so far without any error or edge case handling.

In this video, I will show you how to switch from Illuminate HTTP facade to Guzzle HTTP client, and how to use mocked HTTP client to develop unit test cases.

Simply use "composer require verybigwoods/laravel-web3-storage" to install the package in your PHP/Laravel project.

For how I started the package development, please watch:
   • Laravel Package Development Example -...  

For what new features I developed recently, please watch:
   • What's New? - New Feature of Package ...  

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