Laravel 9/10: 4 New Routing Features

preview_player
Показать описание
What new functions were released around Laravel routing? Let's take a look.

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

Thank you for your videos. They are very useful!

sezik
Автор

Damn, just checked now and my project has 533 Routes o.O
for sure, some I forgot to remove from some auto resource route creation but ye, most of them are used

davidjunior
Автор

Here is another interesting video which introduce more question for me as a beginner :
- what is a singleton ?

If someone could provide me quality documentation links, it would be greatly appreciated !
Wish you a good day fellows !

AzDavai
Автор

What amount of routes and models would make a project medium or large in your estimate ?

OliverKurmis
Автор

Excellent video! Really, thanks a lot
I want to ask you something (or whoever reading). How would you manage the "advanced search" with API?

Assuming that (in client) there's a search bar with a lot of sorters, filters, and another text inputs. If the endpoint is like:

GET /api/books?sort=author, -published_date&filter=genre:Fiction, published_date:>2010-01-01

How do I manage the parameters in the method show, if parameters not always are in the endpoint?

I could "hardcode" with a lot of if's, but I suppose there's a more efficient way...

alonsoramirezpaez