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.
- Laravel Installer
- 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?
- Method injection
- Contracts
- Route caching
- Events object
- Multiple file system
- Authentication Scaffolding
- dotenv – Environmental Detection
- Laravel Scheduler
Question: What is system requirement for installation of Laravel 5.2 (latest version)?
- PHP >= 5.5.9
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
Question: How to install Laravel5.0/Laravel 5.1 with detail steps?
Install Laravel 5.0
Install Laravel 5.1