Hello folks, I have never used grav before and I'd like to share my first time impression on installing grav. Hopefully it will be useful for the developer to improve the app
-
Downloading the grav is easy. After extracted the package the folder structure scared me a bit, I though it's abit bloated and started to think it’s not for average users
-
Then I tried to install it, some php error is bugging me and searching the forum for
Fatal error: Call to undefined function Symfony\Component\Yaml\ctype_digit() vendor/symfony/yaml/Inline.php on line 124 doesn’t returned any results thread even it’s actually already discussed before.
I finally found the solution by browsing the 'installation' section on the forum and luckily I found one post related to my problem in the page 1
-
The installation screen is quite impressive, it’s flat and have a modern feel, but the complexity of password’s complex strings requirement abit annoying me for installing it on localhost. Yeah, I usually using admin:admin when testing installing stuffs on my local machine
-
Ok, the success full page teach me that skeleton is a quickstart, I was abit confusing about the terminology and downloading a skeleton tell me what it is. IMO it’s abit misleading to use word 'skeleton' for it.
-
I tried to install a new theme by copying folder from the skeleton I downloaded before and then headed to grav admin. Activating the new theme is quite easy. Anyway because it’s advertised as a modern cms, I was expecting the settings was saved in real time (ajaxed) when I switch the config, instead of clicking the save button above.
-
Still in admin page, I was heading to plugin page and found there’s an update for admin plugin. Just wondering why a latest package doen’t have all latest package, I thought it may be to demontrate the update function. But here it is, I got this error when clicking the update button : Whoops \ Exception \ ErrorException (E_ERROR) COPY Class 'ZipArchive' not found. I didn't want to found out what is happened at the time, so I just skipped it
-
I headed back to grav installation’s succesful page then following the instruction to create a new page.It’s simple and easy. And as a bonus, to change the menu’s title is easy too.
-
That's all. Now I will start to play with themes and probably will create another post about it.
Thanks! keep up the good work.