Hi there,
First that comes to mind is Laravel + Inertia (Vue or React) - it is super easy to make such things with components and props that refresh on change (Inertia is super good for this).
Maybe check those out.
Best regards.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I’m trying to create a CRUD page where forms open inside a modal window instead of redirecting to a new page. I’d like users to add, edit, or delete data through pop-up modals to keep the interface smooth and efficient. What frameworks or methods are commonly used to implement this, and what is the best approach for beginners?
Please or to participate in this conversation.