Search Header Logo

Repaso de Laravel

Authored by Diego Domínguez

Computers

Professional Development

Used 3+ times

Repaso de Laravel
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?