1. Question: Which is used to in laravel to prevent malicious user?

    A
    $fillable

    B
    $check

    C
    $filable

    D
    $filabled

    Note: Not available
    1. Report
  2. Question: Which is used in laravel to create large amount of sample data?

    A
    Faker Package

    B
    Migration

    C
    Seeding

    D
    Fake package

    Note: Not available
    1. Report
  3. Question: Which file configures the application URL, timezone. Local autoload service provider?

    A
    App.php

    B
    Cache.php

    C
    Compile.php

    D
    Auth.php

    Note: Not available
    1. Report
  4. Question: Where we get log files in laravel?

    A
    App\logs

    B
    Resources\logs

    C
    Public\logs

    D
    Storage\logs

    Note: Not available
    1. Report
  5. Question: Which is the default location of your project’s view?

    A
    mail.php

    B
    config.php

    C
    view.php

    D
    filesystems.php

    Note: Not available
    1. Report
  6. Question: How to open a form in Laravel?

    A
    Form::open

    B
    Form::print

    C
    Form::create

    D
    None of these

    Note: Not available
    1. Report
  7. Question: What do you mean by Laravel Elixir?

    A
    An easy solution for compiling laravel project

    B
    A useful tool to create template in laravel

    C
    A debugging tool

    D
    None of these

    Note: Not available
    1. Report
  8. Question: Which option do you have to change to manage cache and session data in laravel?

    A
    radis

    B
    connections

    C
    migrations

    D
    fetch

    Note: Not available
    1. Report
  9. Question: What is the abbreviation of ORM?

    A
    Object-Relational Migration

    B
    Object-Relational Mapping

    C
    Object-Relationship Mapping

    D
    Object-Relational Map

    Note: Not available
    1. Report
  10. Question: What is the role of middleware?

    A
    Ignore request

    B
    Process request and response

    C
    Send request

    D
    Get response

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd