In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

Events in Laravel

rocketee.rs - submitted by Mark van Eijk

Out of the box Laravel has a wide variety of events that are fired inside your application by default. These events can help you with hooking into functionality and listen for when things are happening. This makes Laravel easily extensible without much effort.

Read more [rocketee.rs]

Best Practices for Using PHP Enumerations

jeffochoa.me - submitted by Jeff

Although PHP Enumerations are meant to provide an easy and elegant solution to work with a predefined set of values, these classes are often misused, resulting in a lack of consistency due to the introduction of all sorts of methods that increase their complexity. In this article, we are going to go through some practices (both good and bad) with the goal of clarifying the understanding of these types of objects to help you build a more resilient and consistent codebase.

Read more [jeffochoa.me]

My very first Package: cash-converter

youtu.be - submitted by Bert De Swaef

Yes! I created my very first package. In this video, we'll go over installing and using it. With this package, you can get all conversion rates based on a certain currency or get a direct conversion rate between 2 currencies. There is also a function that takes in a certain value that needs to be converted. For example 150 euros to dollars. You can find the package here: https://github.com/BurtDS/cash-converter Be sure to give it a star. :-)

Read more [youtu.be]