Skip to content

Conversation

@igorsantos07
Copy link
Contributor

This sort of fixes #136.

@PovilasKorop
Copy link
Collaborator

@igorsantos07 not an elegant (or easy to understand) solution with standalone routes, but it fixes the problem I guess, so accepting.

@PovilasKorop PovilasKorop merged commit f4567db into LaravelDaily:master May 27, 2018
@igorsantos07
Copy link
Contributor Author

I tried to give some instructions on the config file... I think that, if the developer is looking for a way to tweak the routes, they'll understand what that option is for :)
Otherwise they can surely ignore it altogether.

Finally, a google search may bring them to #136, from there into this pull request, and they'll find what to do.

@EdvardasP
Copy link

Hello Guys,

What is 'standaloneRoutes'? It is Laravel thing? Never seen before.

@PovilasKorop
Copy link
Collaborator

@EdvardasP this is a function added by @igorsantos07 - see documentation for how it works:

// If set to true, you'll need to copy the routes
// from vendor/laraveldaily/quickadmin/src/routes.php into your own /routes folder
'standaloneRoutes'   => false

fe6f8aa

@EdvardasP
Copy link

Thank you, Povilas :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to set all admin routes under /admin?

3 participants