It is about Install Laravel. Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern. Continue reading
PHP
CodeIgniter Base URL Configuration
In continuation of CodeIgniter configuration, in this tutorial, we are going to configure Base URL for a web application Continue reading
MVC Concept with Basics of CodeIgniter
Although you have heard this term MVC mentioned in the previous article. MVC is an approach to separating your applications into three segments: Models, Views, and Controllers. Continue reading
CodeIgniter Application Architecture
In the previous post, we know how to setup CodeIgniter on your local environment. To proceed with configuration it is very important to know Application Architecture. The CodeIgniter application Architecture looks like below: Continue reading
Install LAMP Stack on Ubuntu 16.04 LTS
LAMP Stack is very popular open source web platform which is commonly used to run web servers. The word LAMP stands for Linux, Apache, Mysql and PHP or Perl or Python. And stack is the hierarchy of aforesaid. Continue reading