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

Admin locks access to other Controllers #19

Open
marton opened this issue Jan 17, 2015 · 2 comments
Open

Admin locks access to other Controllers #19

marton opened this issue Jan 17, 2015 · 2 comments

Comments

@marton
Copy link

marton commented Jan 17, 2015

After adding admin service providers, index actions of other controllers does not work. I just get a 404 page. Would be nice if the documentation informs about this.

For some reason Illuminate\Routing\Controller->callAction('showArticle', Array) is called.

How to fix this?

@marton
Copy link
Author

marton commented Jan 18, 2015

I have traced this to the RoutesObserver which then calls SiteController->ShowArticle

@marton
Copy link
Author

marton commented Jan 18, 2015

I saw this is a duplicate issue, but not resolved.. It is caused by the default Post Permalink: in settings. This {slug} should be replaced with post/{slug} or similar by default.

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

No branches or pull requests

1 participant