소개
The Framework Make Urls skill automates the creation of a robust URL generation layer within modern PHP applications, specifically optimized for Symfony environments using the CQRS pattern. It scaffolds a dedicated Urls class for your entities alongside the necessary Query Messages and Handlers, ensuring a clean separation of concerns and type-safe routing. By verifying the existence of entities and repositories before generation, it guarantees that the produced code integrates seamlessly with your existing architecture while enforcing best practices like immutability and factory patterns.