Pham Thao
Pham Thao
I have this code in web3 web3.utils.soliditySha3({t: 'bytes', v: '0x407D73d8a49eeb85D32Cf465507dd71d507100c1'}); How i can convert to web3.php Utils::sha3 ?
SearchBuilder is new extension and really good. Can we add support this ?
Laravel have good view component to build form, it would be great if we can remove laravelcollective/html
**Describe the bug** When run ./vendor/bin/psalm i have this error **Impacted Versions** barryvdh/laravel-debugbar v3.6.2 barryvdh/laravel-ide-helper v2.9.1 fruitcake/laravel-cors v2.0.4 laravel/fortify v1.7.14 laravel/framework v8.50.0 laravel/sail v1.8.6 laravel/tinker v2.6.1 psalm/plugin-laravel v1.5.0 spatie/laravel-ray 1.23.0...
How i can Eager loading associate model for reduce query ?
**Describe the bug** cart() helper hit database query every time. example: `protected function getCartDetails() { return [ 'items' => cart()->items($displayCurrency = true), 'totals' => cart()->totals(), ]; }` This function will...
First, thanks for greet package. I'm writing laravel app with jwt and i dont want use session to store cart, Can i remove it ?
I'm using laravel-modules package. How i can lint twig file in folder Modules/module_name/Resources/Views ?
Hi i'm try to use vuetify with jetstream. I tried your extension but when apply .vuetify('vuetify-loader') some css from tailwind will not work. Is there anyway to fix this ?...
**Describe the bug** demo in https://demo.koel.dev break **To reproduce** Steps to reproduce the behavior: 1. Go to https://demo.koel.dev 4. See error **Screenshots**  **Environment** - Koel version latest - OS:...