Repaso de Laravel

Repaso de Laravel

Professional Development

15 Qs

quiz-placeholder

Similar activities

PHP Tours Meetup #19 (Retour sur le Forum PHP 2020)

PHP Tours Meetup #19 (Retour sur le Forum PHP 2020)

University - Professional Development

10 Qs

TEST: Programming and Web Development (GIZ Berau)

TEST: Programming and Web Development (GIZ Berau)

Professional Development

20 Qs

First Quiz WPCareNinja

First Quiz WPCareNinja

Professional Development

20 Qs

Giz Quiz 2

Giz Quiz 2

Professional Development

20 Qs

Let's Check!

Let's Check!

12th Grade - Professional Development

15 Qs

Who Wants To Be a Programmer?

Who Wants To Be a Programmer?

University - Professional Development

10 Qs

Strings and Arrays

Strings and Arrays

Professional Development

13 Qs

quizz-software

quizz-software

Professional Development

13 Qs

Repaso de Laravel

Repaso de Laravel

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Diego Domínguez

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se pueden ejecutar todos los seeders del proyecto?

php artisan db:seed

php artisan seed

php artisan run:seeders

php artisan seed:all

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo podrías eliminar todas las tablas de la base de datos y volver a ejecutar todas las migraciones?

php artisan migrate:reset

php artisan migrate:restart

php artisan migrate:fresh

php artisan migrate:refresh

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Qué necesitas hacer para ocultar la siguiente vista de depuración en producción?

Configurar APP_DEBUG como false

Establecer DEBUG_BAR en false

Definir APP_ENV en "prod"

Asignar true a HIDE_DEBUG_VIEW

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el punto de entrada de una app en Laravel?

bootstrap/app.php

public/index.php

vendor/autoload.php

routes/web.php

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el motor de plantillas por defecto de Laravel?

Razor

Pug

Handlebars

Blade

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿En dónde se registran las rutas web para la aplicación?

routes/web.php

routes/api.php

routes/index.php

routes/app.php

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

¿Cómo se llama el servicio de autenticación de Laravel?

Sanctum

Sentinel

Passport

OAuth

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?