Category: Programming

  • How to use Laravel’s Job chaining

    How to use Laravel’s Job chaining

    In the past, I’ve had to implement job chaining and TBH the end result was pretty gross. It was a system that needed to take a file and pass it through a series of steps, so nothing too complex. But, by the way the chain worked, every job was conscious about the next one in…

  • Working with discount coupons in Laravel Spark

    Working with discount coupons in Laravel Spark

    ** EDIT 2018/04/04: This is applicable to both Spark 6 and 5 **  EDIT 2018/10/19: This posts was made for Spark 5, but most likely it still perfectly applies to Spark . I’ve read the changelog and upgrade instructions, and those do not mention any changes regarding coupons. I’ll update this post once we upgrade to…