Web Lanjut 2025

Web Lanjut 2025

University

35 Qs

quiz-placeholder

Similar activities

Python

Python

KG - Professional Development

35 Qs

Cloud Computing

Cloud Computing

University

35 Qs

IOT_SARS

IOT_SARS

University

40 Qs

data mining

data mining

University

30 Qs

Database Management Systems - Final Examination

Database Management Systems - Final Examination

University

30 Qs

QUIZ 1 - HTML & Javascript

QUIZ 1 - HTML & Javascript

University

30 Qs

Machine Learning Fundamentals Unit - 1

Machine Learning Fundamentals Unit - 1

University

30 Qs

Soal informatika kls 9 sem 1

Soal informatika kls 9 sem 1

9th Grade - University

37 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?