Laravel-routes

Laravel-routes posts, videos, courses, and more

Bobby Iliev · 3 years ago

What are signed routes in Laravel and how to use them?

Introduction Signed routes allow you to create routes accessible only when a signature is passed as a GET parameter. This could be used for sharing a preview of a draft article or any other...
11

Bobby Iliev · 3 years ago

How to Create Response Macros in Laravel?

Introduction Response macros allow you to create a custom response which you could later on re-use in different routes and controllers. This is quite beneficial in order to reduce code dupli...
10

Loading More Content