A minor version of Laravel 9.x has just been released and with this release, a new Lottery class has been introduced. The Lottery class Practical use case Conclusion As the name suggests, the Lottery class can be used to define a lottery and pick a winner based on the probability of each item. How’s that? Let’s see. The Lottery class The Lottery class is a static class that can be used to define a lottery and pick a winner based on the probability of each item. Here’s how you can define a lott...