How to translate  site content using WPML
May 10, 2019

My previous article was about “How to create a Multilingual WordPress site” in which I explained the process to configure WPML and translating the content of pages in WordPress. In this article I am going to explain how to translate menus, widgets etc to other languages. First, Install and Activate following Plugins: – WPML Multilingual ...Read more

Read More
Basic Setup of CodeIgniter
May 9, 2019

CodeIgniter is an MVC framework used by most of the developers for web application development using PHP. It helps developers to build web applications quicker as it offers lots of helpful code libraries and helpers which help speeding up the development work in PHP. In this article, I am going to explain the basic setup ...Read more

Read More
Core Data : CRUD Operations
April 18, 2019

Core Data CRUD Operations In the previous article Core Data : Managed Object Model, we learned about Managed Object Model, how to create entities, their attributes, and relationship between entities. In this article, we will learn the CRUD operations i.e. Create, Read, Update and Delete records from the Core Data Entity. We will use the ...Read more

Read More
RESTful API with Slim Framework
April 16, 2019

Slim is a full-featured, open-source PHP micro-framework that enables you to write ‘simple yet powerful’ web applications and APIs in a quick manner. It comes with a sophisticated URL dispatcher and middleware architecture that makes it perfect for static websites or API prototyping. It supports all (GET, POST, PUT, DELETE) the HTTP methods. This article ...Read more

Read More
Artisan Commands in Laravel
April 8, 2019

Laravel framework provides three primary tools for interaction through command-line namely: Artisan, Ticker and REPL. This chapter I am going to explains about Artisan Commands.First of all open your command line and go to the project route folder likecd var/www/html/laravel-project/after that you can execute artisan commandswhat is Artisan commands?Artisan is the command-line interface included with Laravel. It provides a number of helpful commands that can assist you while you build your application. ...Read more

Read More

Lets’s Talk

About your ideas and concept