How to get Starter Kit name & version programmatically? #12029
Unanswered
iuriemalai
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's correct. It doesn't and shouldn't leave any trace of what it is. I guess it could, but that would be up to the starter kit to leave something behind. A starter kit is basically just a set of files that gets copied into your app. I'm curious what you plan to do with the starter kit and version if you had it, though. |
Beta Was this translation helpful? Give feedback.
1 reply
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 a question, but also a suggestion.
I suppose many developers use starter kits. I do too. And, at some point, I needed to programmatically check what the kit is used and what version it has. Of course, I know what I'm using, but I wanted to check this programmatically, and I couldn't find how. I was left with the impression that after installing the kit, if it is not an updatable one, there is no clear evidence in the application, except for the copied files, regarding its name and version. Is that right?
From my point of view, this information could be very easily added from the Installer class into the site settings, as in the image below, for example, but any other way that allows this data to be extracted and used would be good.
Beta Was this translation helpful? Give feedback.
All reactions