Skip to content

Instantly share code, notes, and snippets.

@jkempff
Created June 1, 2015 14:24
Show Gist options
  • Save jkempff/561ea4e7d7fcbbcd2d00 to your computer and use it in GitHub Desktop.
Save jkempff/561ea4e7d7fcbbcd2d00 to your computer and use it in GitHub Desktop.
Silverstripe redirect after CMS login
---
Name: my-config
After:
- 'framework/*'
- 'cms/*' # this is optional
---
# Simply set the `AdminRootController`s `default_panel`
# to your own controller or ModelAdmin
AdminRootController:
default_panel: 'MyModelAdmin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment