Laravel 11 - Folder Structure

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 2

  • @manishkumar7426j
    @manishkumar7426j 7 месяцев назад

    Where is the Middleware file " kernel.php" where we can register our Middleware please reply

    • @RonaldCodes23
      @RonaldCodes23  7 месяцев назад

      We can do that in the bootstrap/app.php file.
      ->withMiddleware(function (Middleware $middleware) {
      // middleware goes here...
      })