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

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

laravelroutingcode-organisationscalability

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

laravelroutingcode-organizationdesign-patterns
2022-05 · 3 min 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.

laraveldomain-driven-designroutingapi-development