1. Question: Bootstrap directory used to ____

    A
    Initialize a laraval application

    B
    Call laravel library functions

    C
    Load the configuration files

    D
    Load laravel classes and models

    E
    Define the key directory of app and public

    Note: Not available
    1. Report
  2. Question: The primary function of the composer is ____

    A
    Installing and updating the required application package

    B
    Configuring laravel application

    C
    Creating database in the laravel

    D
    compress the lavavel application

    Note: Not available
    1. Report
  3. Question: What is composer.json?

    A
    This is used to regularly maintain your application package.

    B
    This file is used to configure the composer package manager.

    C
    This file identifies the packages you like to integrate into your application.

    Note: Not available
    1. Report
  4. Question: What is composer.lock file used for?

    A
    It is used to contain information about the state of the installed composer package at the time when packages were first installed and/or updated.

    B
    It is used to contain information about the state of the installed composer package at the time these packages were last installed and/or updated.

    C
    It is used to lock all the packages so that it would never change later.

    Note: Not available
    1. Report
  5. Question: The public directory does not serve as your application’s root directory.

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: The vendor directory contains ___

    A
    Third-party code

    B
    Controllers

    C
    Laravel Framework code

    D
    Assets

    Note: Not available
    1. Report
  7. Question: Which artisan CLI command is used to update your project’s namespace?

    A
    %>php artisan update app

    B
    %>php artisan app:name my_project

    C
    %>php artisan update:my_app

    D
    %>php artisan namespace:my_app

    Note: Not available
    1. Report
  8. Question: Which is the correct path to save models in the laraval?

    A
    Resources/Models

    B
    App/Models

    C
    App/Http/Providers

    D
    App/

    Note: Not available
    1. Report
  9. Question: Which is the parent class to make a new controller?

    A
    AppController

    B
    Controller

    C
    LController

    D
    MyController

    Note: Not available
    1. Report
  10. Question: Which namespace is used to handle the form request in laraval?

    A
    Use Illuminate\Http\Requests

    B
    Use Illuminate\Http\Request

    C
    Use App\Requests

    D
    Use App\Http\Request

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