Relative Content

Tag Archive for laravel-11

route namespace not apply when use action in blade

I’m starting a project with laravel v11. From v10 in blade I’m normally use action('Controller@action', ['param' => $key]) and it’s working fine. Now I have to change with route('name.action', ['param' => $key])