13th May 2024

A Beginner’s Guide to Setting Up a Project in Laravel

Laravel is a robust and elegant PHP web application framework that has gained immense popularity among developers for its simplicity, versatility, and powerful features. Over the years, Laravel has become the go-to PHP framework for both big and small projects. Prerequisites: Getting Started with Laravel Before diving into Laravel development, we must ensure we have all the necessary tools and software installed. Here’s what we’ll need: By setting up your development environment with PHP, Composer, and the Laravel Installer (or exploring options like Homestead or Herd), you’ll be well-prepared to embark on your Laravel journey. In the following sections, we’ll go […]
25th April 2023

How to build a simple PHP MVC framework

Introduction How to build a simple PHP MVC framework | Today I am going to show how to create a simple PHP application following the MVC pattern (Model-View-Controller). I was inspired by a PHP course I taught some years ago, and in which I built a simple e-commerce with the students. This e-commerce was based on a simple MVC framework based on PHP. Then, people who have continued with code and programming already had a smattering of what means MVC before get their hands on a real framework. MVC frameworks are widely used in the industry because they offer a lot […]
22nd December 2020

WHY LARAVEL IS AN IDEAL CHOICE FOR ENTERPRISE APP DEVELOPMENT?

One of the commonly asked questions by Laravel enthusiasts and entrepreneurs all around is, can we build enterprise apps with Laravel? Is it capable of handling big projects? Dynamic websites are the key to running a business and adapt to modern age feasibilities. There will be a few straight questions to answer. Will it help you define an enterprise app based on dependencies? Security and traffic? It will go a long way.Most of the people would determine the number of classes, which in other words, would mean big enterprise apps would be thus based on the number of lines of code. However, big enterprise apps’ scope […]
4th November 2016

Web Development Using Laravel

PHP is one of the most popular programming languages when it comes to web development. There are several content management systems (CMS), and MVC frameworks that have been developed using PHP. Laravel is one of the frameworks that has been developed using PHP as the base programming language. Laravel is an open-source PHP web development framework that is free to download and setup. It is an MVC framework with some dependence on a modular packaging system. Laravel is one of the more recent frameworks and in spite of that is currently one of the most popular PHP framework.  It is […]