1. 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
    1. Report
  2. 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
    1. Report
  3. Question: Which file is responsible for scheduling any command?

    A
    App.php

    B
    Kernel.php

    C
    Router.php

    D
    Config.php

    Note: Not available
    1. Report
  4. Question: Which file is used to verify a user?

    A
    RedirectAuthenticated.php

    B
    VerifyCsrfToken.php

    C
    AuthenticatedRedirect.php

    D
    Authenticated.php

    Note: Not available
    1. Report
  5. 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
    1. Report
  6. Question: How can you edit a record in RESTful service?

    A
    Get

    B
    Post

    C
    Put

    D
    Delete

    Note: Not available
    1. Report
  7. Question: The dd() is a

    A
    helper function

    B
    controller function

    C
    session function

    D
    none

    Note: Not available
    1. Report
  8. 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
    1. Report
  9. 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
    1. Report
  10. 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
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd