Laravel Supports Caching?
True Statement
Flase Statement
Dont Know
24 practice sets · Page 1 of 2
Laravel Supports Caching?
True Statement
Flase Statement
Dont Know
Set of interfaces that define the core services provided by the laravel framework are called
Closures
Fecades
Contracts
Traits
What provide a static link interface to classes that are available in the applications service container?
Traits
Closures
Kept
Fecades
In Laravel, method you want include within another class is?
Traits
Closures
Contracts
Fecades
Which template engine Laravel use?
Recode Templating Engine
Amaze Templating Engine
Blade Templating Engine
Trans Templating Engine
How to check current installed version of Laravel?
php -artisan version
php -artisan list
php -artisan view
php -artisan model
..............is the HTTP Status Code for your website, when its down for maintenance
200
400
501
503
Who developed Laravel?
Taylor Otwell
James Gosling
Rasmus Lerdorf
Guido van Rossum
............directory contain robot.txt file.
app
config
public
storage
Which methods are used in database migrations classes?
up() and down()
run() and delete()
save() and update()
execute() and rollback()
What does the vendor directory contains?
Assets
Third-party code
Configuration files
Laravel Framework code
Artisan command which is used to flush the application cache is
cache:clear
cache:forget
cache:remove
cache:flush
Which of the following method breaks the collection into multiple, smaller collections of a given size?
split()
break()
explode()
chunk()
Bootstrap directory in Laravel is used to
Load the configuration files
Call laravel library functions
Initialize a Laraval application
Load laravel classes and models
The method which returns the average value of a given key ?
avg()
avg_val()
average()
median()
Which artisan command is used to remove the compiled class file?
clear:all
compiled:clear
clear compiled
clear-compiled
What is @yield used for?
to display the contents of a given section
to extend an layout
to include a file
None of the above
What is it Blade?
Template Engine
package
view file
framework
How to list all routes by terminal?
php artisan routes
php artisan getroutes
php artisan route:list
php artisan listroutes
Command is used to remove the compiled class file in Laravel is
php artisan clear-class
php artisan clear-compiled
php artisan down
php artisan inspire