Web Lanjut 2025

Web Lanjut 2025

University

35 Qs

quiz-placeholder

Similar activities

DW2 - Quiz do Laravel

DW2 - Quiz do Laravel

University

32 Qs

Web Programing

Web Programing

University

30 Qs

Systems Administration (LAB) Midterm

Systems Administration (LAB) Midterm

University

35 Qs

Ulangan Harian 2 PWPB 12RPL 2021/2022

Ulangan Harian 2 PWPB 12RPL 2021/2022

11th Grade - University

40 Qs

Application Development and Emerging Technologies Quiz 2

Application Development and Emerging Technologies Quiz 2

University

35 Qs

Quiz

Quiz

University

30 Qs

Desarrollo IX - Comercio Electrónico

Desarrollo IX - Comercio Electrónico

University

35 Qs

QUIZ BASIS DATA KELAS 12 RPL (2024)

QUIZ BASIS DATA KELAS 12 RPL (2024)

12th Grade - University

40 Qs

Web Lanjut 2025

Web Lanjut 2025

Assessment

Quiz

Computers

University

Easy

Created by

freddy wicaksono

Used 2+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa perintah yang digunakan untuk menginstal Laravel project baru menggunakan Composer?

composer create-project laravel/laravel nama-project

composer install laravel nama-project

composer new laravel nama-project

composer init laravel nama-project

npm install laravel nama-project

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa syarat minimal versi PHP yang dibutuhkan untuk menginstal Laravel 10?

PHP 8.1

PHP 7.4

PHP 8.0

PHP 7.3

PHP 8.2

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Perintah apa yang digunakan untuk menjalankan server development Laravel?

php artisan serve

php artisan run

php artisan start

php -S localhost:8000

npm run dev

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Apa yang harus dijalankan setelah meng-clone project Laravel dari GitHub untuk menginstal dependencies?

composer install

composer update

npm install

php artisan install

laravel install

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

File mana yang perlu disalin pertama setelah menginstal proyek Laravel baru?

.env.example ke .env

config.example ke config

database.example ke database

app.example ke app

composer.example ke composer.json

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Apa perintah artisan yang benar untuk membuat model baru bernama Product?

php artisan make:model Product

php artisan create:model Product

php artisan model:create Product

php artisan new:model Product

php artisan generate:model Product

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Jika tabel basis data bernama products, apa nama model Eloquent yang sesuai?

Product

Products

ProductModel

TblProduct

App\Product

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?