Skip to content
Discussion options

You must be logged in to vote

Hey, sorry for the rough ride. Short answer first, then the three things you found that were genuinely broken on our end, all of which are now fixed.

Installing admin on Grav 2.0

Grav 2.0 replaced the old monolithic admin plugin with two plugins: api (the REST backend) and admin2 (the SPA that talks to it, branded Admin Next). admin2 declares api as a dependency, so one command gets you everything:

cd ~/webroot/grav
bin/gpm install admin2

GPM resolves the whole chain for you (api, then login, form, email, shortcode-core) and prompts once to install the dependencies. Say yes. When it finishes, open https://yoursite/admin. Admin Next serves on the same /admin route the classic admin used, a…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@openscript
Comment options

@hughbris
Comment options

@openscript
Comment options

@openscript
Comment options

@hughbris
Comment options

Answer selected by openscript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants