30 - Cómo proteger rutas de usuarios no autenticados | Curso Gratuito Fundamentos de Laravel 9

preview_player
Показать описание
En esta lección aprendemos a utilizar middlewares para restringir acceso a ciertas rutas, dependiendo de si el usuario está autenticado o no..

Рекомендации по теме
Комментарии
Автор

Lo haces todo tan facil. Me gustaria llegar a ese nivel. Alguna recomendacion para seguir mejorando?

jdaracena
Автор

excelente en dos en este fin de semana vi los fundamentos de laravel 9, apredi mucho, espero los siguientes videos

catuva
Автор

No habria problemas con esta sintaxis verdad???

$this->middleware('auth')->except(['show', 'index']);

anthonyeduardonunezcanchar
Автор

Hola, gracias por los videos me salio el siguiente erro al ejecutar el npm run build
failed to load config from
error during build:
Error: The package "esbuild-windows-64" could not be found, and is needed by esbuild.

If you are installing esbuild with npm, make sure that you don't specify the
"--no-optional" or "--omit=optional" flags. The "optionalDependencies" feature
of "package.json" is used by esbuild to install the correct binary executable
for your current platform.
at generateBinPath
at esbuildCommandAndArgs
at ensureServiceIsRunning
at build

LuisSanchez-phyv