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 configuration file is used to set the timezone, local, and autoloaded service providers?

    A
    app.php

    B
    broadcasting.php

    C
    compile.php

    D
    database.php

    Note: Not available
    1. Report
  4. Question: Which configuration file is used to set the application URL and enable the debug mode?

    A
    app.php

    B
    cache.php

    C
    services.php

    D
    session.php

    Note: Not available
    1. Report
  5. Question: Which configuration file is used to define managing application assets such as file uploads?

    A
    uploads.php

    B
    app.php

    C
    config.php

    D
    filesystems.php

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

    A
    Local disk

    B
    Amazon S3

    C
    Backspace

    D
    All

    Note: Not available
    1. Report
  7. 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
  8. Question: Which configuration file is used to define third-party service-specific settings?

    A
    app.php

    B
    services.php

    C
    filesystems.php

    D
    compile.php

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