Laravel Livewire: Checkout Price Calculator Component

preview_player
Показать описание
Presenting you a new component on my Livewire Kit: sidebar checkout price calculator, that takes into account the chosen country and shipping method. Let's dive into the code.

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

You are talking about useful things. I recently have doing something similar to VueJS. I would like to ask you to tell how to estimate the cost of work on creating a website in Laravel.
eg:
- Laravel installation - $ 5
- programming (Controllers, Models, Migrations) - $ 5-10 per hour
- layout (vievs, sass, js / vuejs) - $ 5-10 per hour
- tests - $ 5 per hour
Or something similar. Thanks

nafan
Автор

Nice 👍🏻
I’ve found that when increase product with livewire it fire the XHR event and then the output. Sometime if you click fast enough it lag very much

SayfSentinel
Автор

Interesting topic, but I think i'll avoid using livewire for the cart system, since it's too slow compared to frontend libraries.

kangzoel
Автор

How can use livewire without page load. Like turbolinks

RedempleMarcelo
Автор

I have question how to make prev and next button Page with change data in that page by id without reload page with ajax- laravel can you help me

m
Автор

Hi. I make relationships like this: return $this->hasMany(Product::class, 'id') for
But get error : Property [name] does not exist on this collection instance. Please help me. Thanks

hmdrzayev
Автор

Please laravel in Instagram feeds show all step by step with practical show video

kuldippanchal
Автор

Thanks. If I ordered the pack previously, how I can get this new one?

GergelyCsermely