TMS Laravel Test

Quiz
•
Other
•
Professional Development
•
Hard
Alex Filipovsky
Used 1+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Какой метод используется для определения маршрута GET запроса?
Route::get('/example', 'ExampleController@show');
Route::post('/example', 'ExampleController@show');
Route::put('/example', 'ExampleController@show');
Route::delete('/example', 'ExampleController@show');
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Где следует регистрировать маршруты API в Laravel?
В файле web.php
В файле console.php
В файле api.php
В файле routes.php
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Можно ли ограничить маршрут для определенных HTTP запросов?
Да
Нет
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как в Laravel называется механизм, автоматически подставляющий параметры модели в маршруты?
Route Model Binding
Model Route Binding
Explicit Binding
Implicit Binding
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как можно определить группу маршрутов с общим префиксом?
Route::prefix('admin')->group(...);
Route::group('prefix', 'admin', ...);
Route::group('admin')->prefix(...);
Route::with('admin')->group(...);
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как получить все данные запроса в контроллере?
$request->getAll();
$request->data();
$request->input();
$request->all();
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Что из перечисленного не является методом класса Request?
query()
post()
old()
cookie()
Create a free account and access millions of resources
Similar Resources on Wayground
35 questions
CCNA Post Test-Cisco

Quiz
•
Professional Development
35 questions
Kuis Mental Health dan CodeIgniter

Quiz
•
Professional Development
45 questions
Test 3 - CCNA 2

Quiz
•
Professional Development
40 questions
The Ultimate Quiz Show

Quiz
•
Professional Development
41 questions
Cовершенный человек

Quiz
•
Professional Development
40 questions
Человек и общество

Quiz
•
Professional Development
36 questions
Футбол

Quiz
•
Professional Development
40 questions
數學 - 小數和分數互化 (6上A)

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade