Best of Laravel NewsMay 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    Laravel 10.13 Released

    Laravel team released v10.13 with database escaping functionality in Grammar, Sleep test hooks, response preparation events, and more: Hash method Günther Debrauwer contributed an method that wraps the native call, which determines if a string is already hashed. This means this method can be mocked and not locked in to the function call to determine hashing.

  2. 2
    Article
    Avatar of lnLaravel News·3y

    Laravel Security Middleware

    Laravel Security Middleware has been used in our applications for quite a while for various usages, from Authentication, to Authorization and beyond. In this tutorial, I will walk through how you can leverage the power of middleware in your Laravel application to help increase the security of your applications.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    Feature Tests powered by database seeders

    Feature Tests powered by database seeders. David Hemphill gave a talk titled " Abusing Laravel for Fun and Profit" at Laracon AU in 2018. David goes through some common ways to set up your data before testing, such as using a method, a trait, and then using custom seeders in his tests.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    Aaron Francis: Laravel Overview Video

    Aaron Francis has a new video out named " PHP is the future" that goes through Laravel and covers a lot of the highlights of the framework. It's easy to forget what you get free just by using the framework. If someone asks you, "Why Laravel?", send them this video.