Category: router

Laravel Quick Tip: Model Route Binding

One of the great things that Laravel provides is the easy to use routing component. It offers simple URLs, parameters, grouping, naming and event guarding route groups, to name a few of the different options.Let’s pretend we have a list of categories in a database, and the admin can manage categories from the b...