News

Laravel Valet Now With PHP 7.1 Support

Published
Laravel Valet Now With PHP 7.1 Support image

Laravel Valet v2.0.3 is now released and includes several bug fixes and includes the addition of PHP 7.1.

I was running Valet v1 when I just performed the upgrade and before I could get PHP 7.1 support I had to delete it through Brew. Here is the list of steps:

valet stop
valet uninstall
composer global require laravel/valet
brew uninstall --force php70
valet install
valet restart

After these ran, I was all up to date with the latest version and running the latest PHP. If you are already on Valet 2.0, you may just need to update the underlying global Composer package.

This release also addresses other bug fixes including:

  • Query String Fixes
  • Adds client_max_body_size to the valet config file for easier changing.
  • Fixes and improvements to the driver for CraftCMS

Editors Note: Some are reporting you do not have to uninstall first. Just unlink brew uninstall php70.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article
Read-Through Disks and Debounced Listeners in Laravel 13.26 image

Read-Through Disks and Debounced Listeners in Laravel 13.26

Read article
Lerd: A Free, Open Source Herd Alternative for Linux and macOS image

Lerd: A Free, Open Source Herd Alternative for Linux and macOS

Read article
Let's Encrypt HTTPS on an IP Address With FrankenPHP image

Let's Encrypt HTTPS on an IP Address With FrankenPHP

Read article
Laravel Chores: Resumable Data Operations and Cleanups image

Laravel Chores: Resumable Data Operations and Cleanups

Read article
NativePHP v4: Build Native iOS and Android UI in Blade image

NativePHP v4: Build Native iOS and Android UI in Blade

Read article