What is MVC

What is MVC

MVC is Model, View and Controller. MVC architecture has been famous for a long time in software engineering. Many programming languages adopt this pattern with different variations...

What is an artisan

What is an artisan


What is an artisan?
Artisan is the command-line tool for Laravel to help the developer build the application. You can enter the below command to get all the available commands:
...

LARAVEL web framework

LARAVEL web framework

2011 Taylor Otwell developed a new web techonolgy which is called new generation LARAVEL web framework. LARAVEL following MVC (model view controller) pattern.

Basic Laravel Part1

Basic Laravel Part1

1. What is Laravel?

Laravel is the PHP web framework developed for the purpose of developing web application on MVC (Model-View-Controller) design pattern.