Livewire & Bootstrap Modal

What seems to be the problem: I want to create crud operations with Livewire. I want to add and edit new things via bootstrap modal. However, I could not find enough documents on the internet. I’m new to Laravel and Livewire. Are there any explanatory documents or examples? Could you help ?

Are you using the latest version of Livewire: Yes

Do you have any screenshots or code examples: No

There’s really no substantive difference in making and using modals in Laravel and in livewire. If you’re brand new to Laravel, I’d suggest you watch a ton of videos. laracasts.com and codecourse.com are great places to start. It costs money but the information provided is valuable. There are a few courses that will walk you through creation of your CRUD.