Addons that come after Statamic alphabetically do not get their CP routes loaded.
The Statamic provider loads the routes, and inside of that it loads any addon's pushed CP routes.
If the addon comes after Statamic, it missed its chance to load the route.
Have an addon with a namespace after Statamic, alphabetically.
Attempt to load CP routes.
Statamic version: 3.0.0-beta.26
PHP version: 7.4
Just a note from my experience of this issue: it didn't appear to be the namespace for me, rather the vendor name of the package repo itself.
Isn't your vendor in the namespace?
So the vendor name is weremagine, but the namespace I have is Remagine
@jasonvarga I just tested adding an a to the package vendor to aweremagine and that works no problems, so I do believe it's that part that causes the issue.
Thanks for confirming 馃憤
Most helpful comment
Thanks for confirming 馃憤