Q.1.
What type of way does Laravel use to get data from a database ?
Q.2.
What is the purpose of learning Web Programming?
Q.3.
The vendor directory contains
Q.4.
Which of the following methods are used in Database Migrations classes?
Q.5.
Where are all the Laravel Models stored at ?
Q.6.
What is the purpose of Laravel Blade Template Engine?
Q.7.
Which class is used in Laravel to handle exceptions?
Q.8.
How to get current action name in Laravel?
Q.9.
When was Laravel first released?
Q.10.
What does ORM stands for in laravel?
Q.11.
Which command is used to create migrations in Laravel?
Q.12.
Where is routing file located in Laravel?
Q.13.
Which command is used to create a new project in Laravel?
Q.14.
How to define an mutator in Laravel?
Q.15.
Which of following command is used to remove the compiled class file in Laravel?
Q.16.
Which of following Collection method returns all records from Laravel collection?
Q.17.
Which of the following is a root directory in laravel
Q.18.
What is the purpose of a PHP framework?
Q.19.
Which method is used in Laravel to method to check request is ajax or not?
Q.20.
What is the feature of Eloquent ORM ?