Laravel tools you just can't live without?

By @aaronsaray · 2021-10-21 20:30

Laravel tools you just can't live without?

  • By @mike · 2021-10-25 11:37

    I'd recommend Laravel Accountant over Auditing if you'd like integrity checks out of the box. Also seems like a better implementation overall.

    For roles and permissions, I use Bouncer due to its broad feature set and approach to dealing with ACL.

    I also make heavy use of League’s pipeline, and forked it some time back to add some additional functionality. Finding that I use this more and more these days.

    And lastly, I use WebSockets quite a bit.

    Few others I use, but can live without them. 😉