-
Notifications
You must be signed in to change notification settings - Fork 3
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
Login for backend #4
Comments
@fadoe I'd like to have one secured admin, and one unsecured. I also was thinking about adding DoctrineODM and Propel versions of admin panels - meaning 3 ORM x 2 admin panels = 6 admin panels. I'm not 100% sure the DoctrineODM and Propel versions will work. In theory I've implemented it right.. but I have not tested it. I'm not useing DoctrineODM or Propel myself, so I planned to learn by studying this old demo. Also, the nested tree admin is not so great (i wrote the JS plugin a long time ago :P). I'm not sure it still works, as I've not been useing nested lists in recent projects. So adding 1 admin (for tree-list demo) x3 ORM would also be good. |
@loostro I understand, you want two views for each ORM (Doctrine, Propel). But what is your idea behind? What functions should work unsecured, which secured? I know the old demo. I never get them work 😃. |
The goal is to showcase a complete admin for 2-3 objects (related). For example, Posts + Tags + Author. And in the generator.yml use all features:
.. etc So that everyone can see and "try" how powerfull Admingenerator has become. And also this should be a "case study" for anyone who wants to learn admingenerator. |
Do you want a login for this demo? I would route the backend to /admin/doctrine-orm and create a login form.
The text was updated successfully, but these errors were encountered: