Laravel Installation

Via Composer Create-Project Alternatively, you may also install Laravel by issuing the Composer create-project command in your terminal:…

History of Laravel

Laravel was developed and created by Sir Taylor Otwell as an attempt for giving an excellent…

Laravel Intro

Laravel is a PHP based web-framework for building high-end web applications using its significant and graceful…

Database Migrations introduction

First, let’s use a migration to define a database table to hold all of our tasks.…