Tell me what are the feature of laravel 5.0?
Answer / Ram Awasthi
Laravel 5.0 was introduced with several key features including:nn* Eloquent ORM for database interactionsn* Blade templating engine for building viewsn* Middleware system to handle authentication, CSRF protection, and moren* Artisan command-line tool for managing your application's files, database, and other tasksn* Built-in routing and controllersn* Support for multiple databases out of the box
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by route groups used in laravel 5?
What is a laravel collection?
What is use keyword in laravel?
How do I assign several roles to users and permit the users to perform some actions based on those roles?
What service provider’s register method does?
What do you mean by tagging used in laravel 5?
Explain closures in laravel?
What are laravel’s contracts?
How do you generate urls?
What is facade in laravel?
What are the advantages of queue?
What is tinker in laravel?