How to use Laravel Tinker
January 30, 2020

In this Laravel tutorial, I will explain to you about the ‘Tinker’, one of the awesome features in Laravel application that allows a user to interact with entire Laravel applications from the command line. You can put all eloquent queries on the command line with the help of Tinker. With the help of Laravel’s lesser-known ...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
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