New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

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