How to deploy an application with API, Frontend, and Admin #433
comcduarte
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is going to be my first production application using dotkernel, as I've used Laminas MVC in the past. I'm looking to deploy an app that utilizes the front-end for public access, Admin for power user administration, and API to allow for all endpoints to use a single set of methods.
I've successfully deploy API already. I have a couple of questions which all involve: can I do it, how do I do it, and should I do it?
I like to find and follow best practices rather than figuring out a way to make it work myself; easier to maintain that way, and I'm hoping this sheds some light on the framework so others can benefit from it.
Beta Was this translation helpful? Give feedback.
All reactions