laravel part1

laravel part1

1st Grade

23 Qs

quiz-placeholder

Similar activities

Quiz tentang Jaringan Global dan Layanan AWS

Quiz tentang Jaringan Global dan Layanan AWS

1st Grade

19 Qs

Understanding S3 Storage Services

Understanding S3 Storage Services

1st Grade

20 Qs

laravel part1

laravel part1

Assessment

Quiz

Information Technology (IT)

1st Grade

Medium

Created by

SAAD CHABBA

Used 6+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What command is used to create a new Laravel project?

laravel new project

composer create-project laravel/laravel project

php artisan make:project

laravel create project

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file in a Laravel project contains the application's environment-specific configuration?

config/app.php

.env

bootstrap/app.php

routes/web.php

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the routes/web.php file in a Laravel application?

To define API routes

) To define web routes

To configure database connections

To set environment variables

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the php artisan serve command do?

Runs database migrations

Clears the application cache

Compiles frontend assets

Starts a development server

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which directory contains the controllers in a Laravel application?

app/Controllers

app/Http/Controllers

resources/Controllers

routes/Controllers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you generate a new controller in Laravel?

php artisan make:controller

php artisan create:controller

php artisan generate:controller

php artisan new:controller

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default database management system (DBMS) used by Laravel?

MySQL

SQLite

PostgreSQL

MariaDB

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?