How to use UUID as Primary key instead of auto-increment IDs in Laravel application?

http://img.youtube.com/vi/1XIMI5kOPuc/0.jpgWhat is UUID? UUIDs stands for Universally Unique Identifiers, used to uniquely identify the table records. In this, you will learn how to replace Primary key auto-increment IDs with UUIDs. And you will also learn the advantages and disadvantages of using UUIDs in your database.Laravel News Links