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

laravelcloud logo
Laravel Cloud

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

Visit Laravel Cloud

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