DEV Community

Discussion on: Easily use UUIDs in Laravel

Collapse
 
keithmifsud profile image
Keith Mifsud

Great mini tutorial. Thank you for sharing :)

I would only make one point here regarding Dependency Inversion:

When possible try to generate your UUIDs before your domain/source code and not through the database model. Otherwise, your source is dependant on the database.