Saturday 28 July 2018

Laravel Basics for Beginners

Laravel Basics for Beginners

Question: What is Laravel?
Laravel is a open-source PHP framework used for Developing the websites.


Question: What developed the Laravel?
Taylor Otwell.


Question: When Laravel was launched?
June 2011


Question: What is current stable version of Laravel?
Version 5.2.36 dated June 6, 2016


Question: In which language it was written?
PHP.


Question: What is offical website URL of Laravel?
laravel.com.


Question: Is Laravel an Open Source?
Yes, Download the framework and use as per your requirement


Question: How to install Laravel?
We can install the Laravel in following ways.
  1. Laravel Installer
  2. Composer Create-Project



Question: Explain about Laravel Project?
Laravel is one of the most popular PHP frameworks used for Web Development.
This framework is with expressive, elegant syntax.
It is based on model–view–controller (MVC) architectural pattern.


Question: What are the feature of Laravel5.0?
  1. Method injection
  2. Contracts
  3. Route caching
  4. Events object
  5. Multiple file system
  6. Authentication Scaffolding
  7. dotenv – Environmental Detection
  8. Laravel Scheduler



Question: What is system requirement for installation of Laravel 5.2 (latest version)?
  1. PHP >= 5.5.9
  2. OpenSSL PHP Extension
  3. PDO PHP Extension
  4. Mbstring PHP Extension
  5. Tokenizer PHP Extension



Question: How to install Laravel5.0/Laravel 5.1 with detail steps?
Install Laravel 5.0
Install Laravel 5.1