8576
URL setup in CodeIgniter
January 6, 2020

We explained the basic setup of CodeIgniter in the previous article. Now, in this article, I will be explaining the URL setup in CodeIgniter. As a matter of fact, URLs in CodeIgniter are intended to be internet searchable and human-understandable. As opposed to utilizing the “query string” way to deal with URLs that is synonymous ...Read more

Read More
RESTful API with Lumen
June 14, 2019

Lumen is a micro-framework built on top of Laravel’s core components. Lumen utilizes a lot of familiar concepts from Laravel such as Eloquent, caching, routing, middleware and its service container. The biggest advantage of Lumen is its speed which makes it the most preferred framework for building fast micro-services or APIs. Setting up Lumen: There ...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
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

Lets’s Talk

About your ideas and concept