News

Early Access to the Laravel 8 Upgrade Guide

Published
Early Access to the Laravel 8 Upgrade Guide image

The Laravel 8 upgrade guide is available early if you want to start planning your upgrades from Laravel 7:

Laravel 8.x upgrade guide is up early if you want to take a peek! https://t.co/ZqYGWEXp5S

— Taylor Otwell (@taylorotwell) August 31, 2020

A few of the high-impact changes you’ll want to consider include:

Factories change significantly in Laravel 8. Existing apps using Laravel 7 factories will likely need to install the laravel/legacy-factories package to support the previous generation of factories. Another option would be to upgrade all your factories to the Laravel 8 style.

Pagination defaults have changed in v8, with Tailwind being the new default. This means if you’re relying on the previous default of Bootstrap, you’ll need to add the following to the AppServiceProvider boot method:

use Illuminate\Pagination\Paginator;
 
Paginator::useBootstrap();

Be sure the check out the upgrade guide for specifics on all the areas that may impact your existing applications. Laravel 8 will be released a week from Today, on September 8th, 2020! The estimated upgrade time from Laravel 7 to Laravel 8 is 15 minutes.

In the meantime, be sure to check out new features coming to Laravel 8.

Paul Redmond photo

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

Filed in

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 →
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