laravel-modules icon indicating copy to clipboard operation
laravel-modules copied to clipboard

Please Help Me to Fix it , I Use laravel-searchable Cant found route from Modules

Open adibw99 opened this issue 3 years ago • 2 comments

I have problem with Searchable with your libraries package. I use Laravel Modules from https://nwidart.com/laravel-modules/v6/introduction and I create Navigation menu with this . I try create Multi search with laravel-searchable library but I cant found this route . I try to create global route , and that can be found but to specification route it cant be found. image How shoul I do to compare laravel-searchable match with Laravel modules? Laravel modules have specification own models.

adibw99 avatar Sep 26 '22 17:09 adibw99

This route i use from Modules image image

adibw99 avatar Sep 26 '22 17:09 adibw99

It looks like you need to update the name route it appears it's named as only detail but you're referring to it as career.detail

dcblogdev avatar Oct 21 '22 16:10 dcblogdev