Laravel 5
Laravel 5
1 Using which of the following methods can you select a column name?
big Increments
get
where ------
find
1
Laravel Framework for Web Applications - A633
retrieve()
find()
all()
get() ............
1
Laravel Framework for Web Applications - A633
1
Laravel Framework for Web Applications - A633
4 _______ help in organizing codes by grouping requests that handle the codes in a
single route and class.
Models
Controllers ............
Views
Applications
1
Laravel Framework for Web Applications - A633
6 The _________ method uses the URI, two arguments, and the closure function that
is executed in response to the URI.
put
push
get ...........
set
1.5
Laravel Framework for Web Applications - A633
Routes
Eloquent ORM ...........
Operators
DB query builder class
1.5
Laravel Framework for Web Applications - A633
(1) The code folder inside the Homestead directory and the Homestead environment
are the same.
(2) By default, Laravel has a Route class, which has only one method to handle each
type of HTTP request.
Both 1 and 2
Only 2
None of these
Only 1 --------
2
Laravel Framework for Web Applications - A633
Validation
Pagination ............
Routing
Authentication
2
Laravel Framework for Web Applications - A633
get()
sort()
asset()..............
pluck()
1
Laravel Framework for Web Applications - A633
template engine
local file
master template ...........
public folder
1.5
Laravel Framework for Web Applications - A633
Attribute
Mass Assignment ............
Static Controller
Mighty Model
1.5
Laravel Framework for Web Applications - A633
Sl No. Left Column Sl No. Right Column Correct Answer for column A
A1 PHP B1 Used to generate SSH keys. B1 B2 B3 B4 B5 B6
A6 Homestead B6 A free and open source hypervisor that allows running guest VMs.
B1 B2 B3 B4 B5 B6
2
Laravel Framework for Web Applications - A633
$fillable ............
$rows
$columns
$fields
1
Laravel Framework for Web Applications - A633
get() .............
find() ............
retrieve()
all() ...............