Appendix
Test
Model Test
Ebook
Quiz-1 : Installation and Configuration, Laravel
Quiz-2 : Basic, Laravel
Quiz-4 : Frontend, Laravel
Quiz-7 : Eloquent ORM, Laravel
Index
Laravel Home
Installation and Configuration
15
Basic
41
Frontend
12
Security
1
Eloquent ORM
12
Appendix
33
Schools
Ebook
Question:
Which laravel property identifies the columns that can be inserted / updated by way of mass assignment?
A
$hidden
B
$fillable
C
$component
D
$table
Note:
Not available
Show answer
Show Note
Report
Question:
What do you mean by Heroku?
A
Cloud based hosting solution
B
Web hosting solution
C
Laravel Package
D
Laravel command
Note:
Not available
Show answer
Show Note
Report
Question:
Which file is responsible for scheduling any command?
A
App.php
B
Kernel.php
C
Router.php
D
Config.php
Note:
Not available
Show answer
Show Note
Report
Question:
Which file is used to verify a user?
A
RedirectAuthenticated.php
B
VerifyCsrfToken.php
C
AuthenticatedRedirect.php
D
Authenticated.php
Note:
Not available
Show answer
Show Note
Report
Question:
Which property is used to identify columns that should not be passed into ISO
A
$fillable
B
$table
C
$colume
D
$hidden.
Note:
Not available
Show answer
Show Note
Report
Question:
How can you edit a record in RESTful service?
A
Get
B
Post
C
Put
D
Delete
Note:
Not available
Show answer
Show Note
Report
Question:
The dd() is a
A
helper function
B
controller function
C
session function
D
none
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is not correct?
A
return view("home")->with('city', $city);
B
return view("home")->with($city, 'city');
C
return view("home")->with('city', 'city');
D
None of above
Note:
Not available
Show answer
Show Note
Report
Question:
How to determine variable existence?
A
Welcome, {{$name or 'Guest'}}
B
Welcome, {{'Guest' or $name}}
C
Welcome, {{$name}}
D
Welcome, {{“Guest'}}
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is false?
A
@extends directive tells which layout should be use
B
File extension of view should be like "example.blade.php"
C
@yield directive identifies the id of the section
D
None of above
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
4
Next
Last
/4
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd