Hello, this article is for beginners and will show basic functions.
Installation of Laravel
To begin with instalation we need composer. In console write the following.
composer create-project --prefer-dist laravel/laravel NameOfTheProject
What is artisan
Artisan is the name of the command-line interface included with Laravel. It provides a number of helpful commands for your use while developing your application. It is driven by the powerful Symfony Console component.