+ All Categories
Home > Software > What’s new in Laravel 7.8?

What’s new in Laravel 7.8?

Date post: 01-Jun-2020
Category:
Upload: TechticSolutions
View: 2 times
Download: 0 times
Share this document with a friend
Description:
Learn about the new features, what is changed, what is fixed and what is deprecated in the recent Laravel 7.8 release. Want to read in briefly then visit at https://www.techtic.com/blog/whats-new-in-laravel-7-8-and-7-11/
10
What’s new in Laravel 7.8
Transcript
Page 1: What’s new in Laravel 7.8?

What’s new in Laravel 7.8

By Techtic Solutions, Inc.

Page 2: What’s new in Laravel 7.8?

Laravel 7.8

There are two new features inLaravel 7.8 –the takeUntil and takeWhile collection.

These additions were contributed by Joseph Silber, whoalso made them be compatible with lazy collections..

Page 3: What’s new in Laravel 7.8?

An example of using the takeUntil method

Page 4: What’s new in Laravel 7.8?

An example of using the takeUntil method

Page 5: What’s new in Laravel 7.8?

Included methods temporarySignedRoute() and signedRoute() to

Illuminate\Routing\Redirector

Page 6: What’s new in Laravel 7.8?

withoutFragment method and withFragment method to

Illuminate \Http\RedirectResponse

Illuminate\Container\ContextualBindingBuilder::giveTagged()

The validation rule exclude_without

Other New Methods in Laravel 7.8

Page 7: What’s new in Laravel 7.8?

What’s Changed inLaravel 7.8?

Page 8: What’s new in Laravel 7.8?

Warn in Illuminate/Support/Facades/Auth::routes() when laravel/ui is

not installed

Auth to each master on

Illuminate\Redis\Connections\PhpRedisConnection::flushdb()

Changes in Register opis key so that it is no longer tied to a deferred

service provider

Pass status code to schedule finish

Check route:list –columns option case insensitively

Page 9: What’s new in Laravel 7.8?

What's fixed inLaravel 7.8Compiled route actions without a namespace

Reset select bindings when setting select

Page 10: What’s new in Laravel 7.8?

Which Laravel feature did you likethe most?

www.techtic.com [email protected]


Recommended