Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

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