1. Question: Which of the following is not RESTful method?

    A
    create()

    B
    show()

    C
    edit()

    D
    delete()

    Note: Not available
    1. Report
  2. Question: Todolist:take(5)->skip(10)->orderby(“id", asc)->get() means

    A
    Select first 5 records after skipping 10 records

    B
    Select last 5 records after skipping 10 records

    C
    Select first 5 records

    D
    Select last 5 records

    Note: Not available
    1. Report
  3. Question: Keyword "Has Many" means

    A
    One to one relationship

    B
    One to many relationship

    C
    Many to many relationship

    D
    Belongs to relationship

    Note: Not available
    1. Report
  4. Question: For image upload, Form:file is a

    A
    Helper

    B
    Library

    C
    Third party

    D
    None

    Note: Not available
    1. Report
  5. Question: Which middleware is used to confirm a user is not signed in to the application. If so, the user is redirected to the home page?

    A
    Authenticate::class

    B
    AuthenticateWithBasicAuth::class

    C
    RedirectlfAuthenticated.php

    D
    Authenticated.php

    Note: Not available
    1. Report
  6. Question: Which property is used to identify columns that should not be passed into JSON or array ?

    A
    $column

    B
    $hidden

    C
    $fillable

    D
    $table

    Note: Not available
    1. Report
  7. Question: How can you cache clear using artisan command?

    A
    $ php artisan route : cache

    B
    $ php artisan route : clear

    C
    $ php artisan route : remove

    D
    $ php artisan route : dest

    Note: Not available
    1. Report
  8. Question: Within which file we can config our database connectivity?

    A
    Config/database.php

    B
    Routes/web.php

    C
    Databased/Model factory.php

    D
    App/address.php

    Note: Not available
    1. Report
  9. Question: What purpose of laravel forges in laravel?

    A
    Conjunction with another hosting service

    B
    Connection with database

    C
    Loading the full application.

    D
    none of these

    Note: Not available
    1. Report
  10. Question: Laravel currently supports databases, including

    A
    MySQL, PostgreSQL, SQLite, Microsoft SQL Server

    B
    MySQL, Oracle , SQLite, Microsoft SQL Server

    C
    MySQL, PostgreSQL, SQLite, Microsoft Access

    D
    MySQL, SQLite

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