Custom Endpoints; Component href option potentially related? #217
Replies: 1 comment
-
@Jaiieq thanks for the request, there is already a request open for custom routes, see discussion #171, so I'm going to close this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to get custom endpoints just like Livewire? To achieve it now I have to modify the AssetManager.php file, which of course will get overwritten every time it is updated.
Also, I'm not sure if this is related to the endpoints but when using the HREF option on the components that support it I am having to manually put in the link. If I use a route name the link is incorrect.
Example link: domain.com/sitename/profile
Example route: Route::get('profile', [ProfileController::class, 'show')->name('profile.show')
Beta Was this translation helpful? Give feedback.
All reactions