Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: routing

Technical writings, opinionated architectures, and development guides tagged with routing.

Articles3
Est. Read Time12 mins
Categories1
Featured0
Feb 20235m read

Managing Routes in a large Laravel Application

Learn strategies like Route Service Provider, File Requires, and Route Groups for managing routes in a large Laravel application.

Jul 20224m read

Using Route Registrars in your Laravel application

Enhance Laravel route management with Route Registrars. Simplify route registration and organization for cleaner and more efficient code.

May 20223m read

Routing within our Domain

Learn how to manage routes in Laravel DDD by creating domain-specific route files and using service providers for cleaner and more organized code.