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

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