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

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article