New in Laravel 11.8: Multiple Route Files as Array

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

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

  • @prashantrijal
    @prashantrijal 7 месяцев назад +5

    Thank you for including my PR. From asking you about the route to doing PR on route is really amazing

  • @godmartinz
    @godmartinz 7 месяцев назад +4

    Been leveling up with your vids for a while, much appreciated sir!

  • @vuenice
    @vuenice 7 месяцев назад +1

    The new feature sounds more simple, for prefix, middleware and other route group things we can mention them inside particular file.

  • @mohammadrajha5181
    @mohammadrajha5181 7 месяцев назад +1

    hello, I have a question! How can I provide SEO in my Project for example in Blog Project 🙏

  • @master-valentin
    @master-valentin 2 месяца назад

    Is it possible to separate backend and fronted routes? I mean even when I cache routes to be there two separated cached files and not to load backend routes on frontend, I use named routes

    • @master-valentin
      @master-valentin 2 месяца назад

      I want to do this bc my backend has a lot of routes witch are loaded on frontend every request +5mb every request

    • @master-valentin
      @master-valentin 2 месяца назад

      I would agree to use routeBackend(‘route.name’) witch will load routes from backend routes witch are cached or no, and route(…) for frontend

    • @LaravelDaily
      @LaravelDaily  2 месяца назад

      I don't remember doing something like this, sorry. Or maybe it needs more investigation and debugging your code specifically, maybe try to post on Laracasts forum.

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

    I still prefer to use the require in the web file and have for each major group a separate file. It just makes me feel better not having to go from one directory structure to another to find where i import/register things
    In the end from a performance standpoint i think it's negligible when you route:cache

    • @mohammadrajha5181
      @mohammadrajha5181 7 месяцев назад +1

      bro have you provide SEO in your project?

  • @Sunardi-zn7ec
    @Sunardi-zn7ec 7 месяцев назад

    Rip include routeFileName.php🤣

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

    what is theme