laravel

laravel

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Framework Genaf

Framework Genaf

12th Grade

10 Qs

Horus Web I - Retour de formation

Horus Web I - Retour de formation

11th Grade - Professional Development

14 Qs

Unity Scripting Beginner (EN)

Unity Scripting Beginner (EN)

12th Grade - Professional Development

10 Qs

Pemrograman Web Pra PAS

Pemrograman Web Pra PAS

11th Grade

10 Qs

XI - TLJ - Uji Kompetensi 4

XI - TLJ - Uji Kompetensi 4

11th Grade

15 Qs

1.4 Wired and Wireless Networks

1.4 Wired and Wireless Networks

10th - 11th Grade

13 Qs

Quiz Hadiah Susu

Quiz Hadiah Susu

11th Grade

14 Qs

Dasar pemrograman PHP

Dasar pemrograman PHP

10th - 12th Grade

10 Qs

laravel

laravel

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Asep Cahya Nugraha

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Perintah artisan untuk membuat model Post dengan migration?
php artisan make:model Post
php artisan model:make Post
php artisan create:model Post
php artisan make:model Post -m

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Metode HTTP yang digunakan untuk menyimpan data baru pada Laravel resource controller adalah?
GET
POST
PUT
DELETE

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Fungsi Eloquent yang dipakai untuk mengambil semua data dari tabel?
find()
all()
get()
pluck()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Perintah artisan untuk membuat resource controller bernama PostController?
php artisan make:controller PostController
php artisan controller:make PostController --resource
php artisan make:controller PostController --resource
php artisan make:controller --resource PostController

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Blade directive untuk menampilkan pesan error validasi pada field?
@error
@fail
@validation
@msg

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Metode Eloquent untuk memperbarui data berdasarkan ID?
update()
save()
edit()
modify()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Di file routes/web.php, fungsi yang digunakan untuk membuat route CRUD otomatis?
Route::resource
Route::crud
Route::controller
Route::make

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?