Posts

Showing posts from December, 2018

How WordPress CMS is different than Magento?

Image
We have been checking different CMS systems last week and we loved one of the technology from Wordpress. So what wordpress has which is not in Magento. That is " Gutenberg ". We must say we just fall in love with  Gutenberg.  Let's see What is Gutenberg and what it provides. Blocks: Create once and use any where on any page. Most Used:  Recently used block, which user can use over time. Common Blocks: Simple used blocks like Image, Paragraph, Heading, Gallery, List, Quote,Audio, Video, Cover, File included in this section. Formatting: Classic, Custom HTML,Table,Code, Verse, PullQuote, and Perfomatted. Layout Elements: Buttons, Columns, Media and Text, More, Page break, Separator, Spacer available to use for users from here. Widgets: Archives, Categories, Latest Comments and Latest Posts include on any page from here. Embeds: Various Facebook, Twitter, YouTube,Instagram etc embed code add from this section. Let's Have a Quick view

Magento 2 Installation Problems and Solutions

Magento 2 Installation Problems and Solutions Even after Magento 2 launched successfully still so many persons having a problem in an installation. So without wasting time , let's find out the issues and it's possible solutions. 1) PHP Version Error. Easy Solution of it is , just upgrade or downgrade PHP version as per suggestion on screen. 2) Composer not installed. Install the composer on root of the Magento 2 directory. Windows Installation :   Download the composer fro m   here . Command Installation:  php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === '93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php composer-setup.php php -r &quo