1. Question: Which configuration file is used to define additional class files, allow for faster package autoloading which can improve application performance?

    A
    autoload.php

    B
    compile.php

    C
    app.php

    D
    filesystem.php

    Note: Not available
    1. Report
  2. Question: Which configuration file is used on how to password reminders are managed?

    A
    app.php

    B
    auth.php

    C
    services.php

    D
    mail.php

    Note: Not available
    1. Report
  3. Question: Which file systems are currently supported by laravel?

    A
    Local disk

    B
    Amazon S3

    C
    Backspace

    D
    All

    Note: Not available
    1. Report
  4. Question: Which query solutions are used to improve application performance by laravel?

    A
    Beanstalk

    B
    Amazon Simple Query Service

    C
    All

    Note: Not available
    1. Report
  5. Question: Which session drivers are laravel supports?

    A
    File system

    B
    Cookies

    C
    Database

    D
    Alternative PHP cache

    E
    Memcached

    F
    Redis

    G
    All

    Note: Not available
    1. Report
  6. Question: Which mail drivers are supported by Laravel?

    A
    SMTP

    B
    Sendmail

    C
    mail() function

    D
    Mailgun and the Mandrill API

    Note: Not available
    1. Report
  7. Question: which of the following are the resource controller's function group?

    A
    index, create, store, show, edit, update, destroy

    B
    index, create, store, show, edit, delete

    C
    index, create, store, show, update, delete

    D
    index, create, insert, show, edit, update, delete

    Note: Not available
    1. Report
  8. Question: Which of the following http method is correct for requesting the update function of the resource controller?

    A
    GET

    B
    PUT

    C
    POST

    D
    DELETE

    Note: Not available
    1. Report
  9. Question: Which of the following http method is correct for requesting the create function of the resource controller?

    A
    GET

    B
    POST

    C
    PUT

    D
    CREATE

    Note: Not available
    1. Report
  10. Question: Which of the following http method is correct for requesting the destroy function of the resource controller?

    A
    GET

    B
    POST

    C
    DELETE

    D
    PUT

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