Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

menu and pages php cant use path with param


menu and php pages can't use route with param and i want to make it fire when i'm editing like for example book/1/edit


Text formatting options
Submit

Replies (1)


Hi,

Could you please try this config for pages.php?


"book" => array(
"title" => "Book List",

"*" => array(
"title" => "Book Detail",

"edit" => array(
"title" => "Edit Book",
),
),
),


Thanks


Text formatting options
Submit
Text formatting options
Submit