News

Laravel v5.5.28 Released

Published
Laravel v5.5.28 Released image

Release updates

Never miss a Laravel release

Get an email whenever a new Laravel release lands.

Likely the last release of 2017, Laravel 5.5.28 shipped on December 28th.

A notifyNow() method was added to the AnonymousNotifyable class, which allows you to do:

Notification::route('mail', 'mail@example.com')
->notifyNow(new UserNotification($message));

This release also adds an EventFake::assertDispatchedTimes() method to assert the number of times an event is dispatched.

Also worth mentioning, a fix was merged for properly handling inline message for size rules.

v5.5.28 (2017-12-26)

Added

  • Added AnonymousNotifiable::notifyNow() method (#22530)
  • Added EventFake::assertDispatchedTimes() method (#22528)

Changed

  • Check for --no-interaction flag on command calls (#22515, ba5e31d)

Fixed

  • Fix Validator not handling properly inline messages for size rules (#22518, 690d9fc)
Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article