Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web.php Navigation Routes as Searchable List #20

Closed
marky291 opened this issue Jul 20, 2022 · 0 comments
Closed

Web.php Navigation Routes as Searchable List #20

marky291 opened this issue Jul 20, 2022 · 0 comments
Labels
Feature New feature or request
Milestone

Comments

@marky291
Copy link
Owner

We should be able to configure routing from the web.php file and use a help file that can search through and find the ones relevant to the search input. this requires some standardisation in naming so that we can form a readable sentence while also having it makes sense when shown to the user.

Show to user password exists at: Basic -- Basic > Content > Password :::: (Route::get('basic/content/password'))
Show to user sentence exists at: Basic -- Basic > Content > Sentence :::: (Route::get('basic/content/sentence'))
Show to user paragaph exists at: Basic -- Basic > Content > Paragraph :::: (Route::get('basic/content/paragraph'))
Show to user avatars exists at: Profiles -- Profiles > Images > Avatars :::: (Route::get('profiles/images/avatars'))

@marky291 marky291 added the Feature New feature or request label Jul 20, 2022
@marky291 marky291 changed the title Navigation Routes as Searchable Array Web.php Navigation Routes as Searchable List Jul 20, 2022
@marky291 marky291 added this to the 1.0.0 milestone Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant