Explore recent updates to Laravel, including new features like the unshift
method for Collections, the sibling of push()
. Discover the new rule contains
which checks if a request includes a specific value within an array, serving as the counterpart to the in
rule. Now it is also easier to renew the encription keys from signed URLs by considering valid all signed url keys included in app.previous_keys
following the same pattern than the app keys introduced some weeks ago. This release make it easier to verify what events dispatchs a model as the the artisan command 'model:show' list the events registered in the model. Also relevant, the new ability to make an artisan command fail from the outside of the handle()
method.