Web Lanjut 2025

Web Lanjut 2025

University

35 Qs

quiz-placeholder

Similar activities

Intro to DB

Intro to DB

University

30 Qs

ATS K9

ATS K9

9th Grade - University

30 Qs

PL101 MIDTERM Long Quiz

PL101 MIDTERM Long Quiz

University

35 Qs

Algoritma dan Logika Informatika

Algoritma dan Logika Informatika

University

35 Qs

Bab 3-Sistem Komputer -Grade 5

Bab 3-Sistem Komputer -Grade 5

5th Grade - University

35 Qs

Programming Logic and Design - Chapter 4 - Making Decisions

Programming Logic and Design - Chapter 4 - Making Decisions

University - Professional Development

35 Qs

Python Quiz II

Python Quiz II

9th Grade - University

30 Qs

Jaringan Multimedia

Jaringan Multimedia

University

30 Qs

Web Lanjut 2025

Web Lanjut 2025

Assessment

Quiz

Computers

University

Practice Problem

Easy

Created by

freddy wicaksono

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?