Tell me what is system requirement for installation of laravel 5.2 (latest version)?
Answer / Kapil
For Laravel 5.2, the following are the system requirements: PHP >= 5.6.4, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension, XML PHP Extension, Ctype PHP Extension, and BCMath PHP Extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get configuration values in laravel?
How to remove a complied class file?
How to enable/disable maintenance mode in laravel 5?
What are service providers?
Explain the request life cycle of laravel?
What is mvc in laravel?
Do you know laravel service container?
Explain important directories used in a common laravel application.
What is eloquent orm in laravel?
What is Encryption Process ?
How to make a helper file in laravel?
What is the purpose of using dd() function iin laravel?