Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

primo's avatar
Level 3

create a crud grid

Hi I am Looking for a way to create a series crud grid. Each series will have a genre or multiple genres and seasons, for each season i will have a list of episodes.

does anyone know a good plugin/way to make it ?

it can be in angular react or even pure php.

0 likes
3 replies
primo's avatar
Level 3

To build a basic crud app is not a major issue. the issue is that i need to build a tree grid - episodes to each series for that i need to use some kind of javascript library/ framework integrated with laravel

some kind of a strong backend system.

joedawson's avatar

Okay, you didn't mention the tree grid in your original post so it was a little confusing what you were after.

You could maybe use Vue for building the tree, here's an example of a tree view here: https://vuejs.org/examples/tree-view.html

Regarding the backend you could build an API (Laravel or Lumen, up to you) that you use with Vue using the vue-resource package.

That's a general idea of what I'd do anyway.

Please or to participate in this conversation.