Q.1.
What is Node JS?
Q.2.
Who developed Laravel?
Q.3.
After running "artisan down", The project will show the maintenance page. What would be HTTP Status return Code?
Q.4.
Composer is a tool for ______ in PHP.
Q.5.
For what do the .env is used?
Q.6.
Where do we need to set database connection in Laravel?
Q.7.
Bootstrap directory in Laravel is used to
Q.8.
Which one Laravel command line interface?
Q.9.
How to create a controller in laravel by cmd?
Q.10.
Interpolation of variable in laravel done using
Q.11.
View files in Laravel end in
Q.12.
Which command is used to start laravel server?
Q.13.
Does Laravel Support Caching?
Q.14.
Why does Laravel use the Blade Template Engine?
Q.15.
Which of the following function in Laravel checks that the desired table is exists in the database or not?
Q.16.
Where is the routing file located in Laravel ?
Q.17.
What is Laravel?
Q.18.
How to check current laravel version install your system?
Q.19.
How to set a session data in Laravel?
Q.20.
Which one of the follwing command is used to create middleware in Laravel?