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
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.
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
Thank you for including my PR. From asking you about the route to doing PR on route is really amazing
Been leveling up with your vids for a while, much appreciated sir!
The new feature sounds more simple, for prefix, middleware and other route group things we can mention them inside particular file.
hello, I have a question! How can I provide SEO in my Project for example in Blog Project 🙏
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
I want to do this bc my backend has a lot of routes witch are loaded on frontend every request +5mb every request
I would agree to use routeBackend(‘route.name’) witch will load routes from backend routes witch are cached or no, and route(…) for frontend
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.
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
bro have you provide SEO in your project?
Rip include routeFileName.php🤣
what is theme