STW Services

Which .NET platform suits your project best?

.netframeworks

Post Views: 2,982 Understanding the difference between .NET Core, .NET Framework and Xamarin For quite some time now, coders have been flooded with various unique innovations, making it complicated for them to choose the right platforms for developing projects. Today, their focus is not only on developing IT solutions that achieve the pre-decided functionality, but […]

The Latest Addition to the Laravel Eco-system

nova_laravel_stw

Post Views: 1,336 If you’ve been a user of Laravel, you must’ve surely heard about their latest offering. Nova is an administration panel for Laravel. This sleek and beautifully designed single-page application, built on the Vue.js platform and Tailwind, is highly customizable in a true Laravel fashion. Nova is a composer package, which can be […]

Adding Content Templates to Editor in Kentico 9

Post Views: 1,061 Adding Content Templates to Editor in Kentico 9 – It’s handy to adding site typography as content templates in Kentico CKeditor. Follow steps given below to add and customize CKeditor toolbar and include new content templates. Important : Must check Kentico CKeditor version to download content templates from given link http://ckeditor.com/addon/templates. Step1: Download sample content template […]

Connection from PHP to Microsoft Dynamics CRM

Post Views: 1,818 Connection from PHP to Microsoft Dynamics CRMThis time we will learn how to connect Microsoft dynamics CRM using PHP code. Microsoft dynamics CRM soap service can be a way to make calls from PHP source code. A valid soap header is required to execute soap request. Let’s see how to create a valid header using […]

How to create theme in Magento 2

Post Views: 900 How to create theme in Magento 2- 1. Install magento 2.2. Go to admin panel and login.3. Now you may see this window ( links not working ) 4. To solve the issue, open your xampp shell 5. Specify your path 6.  Run following command from Magento root:php bin/magento setup:static-content:deploy 7. Go […]

How to install Magento 2 – beginner’s guide (Windows)

Post Views: 899 Install Magento 2 – beginner’s guide – Before continuing, make sure you have all the prerequisites, required for running Magento 2, below are system requirements System requirements:1. Apache Version: 2.2 or 2.42. PHP version: 5.5.x, where x is 22 or greater3. MySQL Version : 5.6.x and upper Installation1. First and easiest way […]

Installation of Magento 2 on Ubuntu 16.04 LTS

Post Views: 1,079 Installation of Magento 2 on Ubuntu 16.04 LTS – I am writing this article for absolute beginner with deeper explanation of all steps which are required to install and configure Magento 2.0 on Ubuntu OS.Let’s start:a) Install Apache2, PHP, MySQL Server, composer and required packages for Magento 2.0.       Using […]