laravel / valet

A more enjoyable local development experience for Mac.
https://laravel.com/docs/valet
MIT License
2.52k stars 698 forks source link

A non well formed numeric value encountered issue after valet upgrade in laravel #681

Closed craigvc closed 5 years ago

craigvc commented 5 years ago

I am getting an error after updating valet in my laravel app (5.7 with spark) public function subMinutes($value) { return $this->addMinutes(-1 * $value); } it relates to this line of code ErrorException …/vendor/nesbot/carbon/src/Carbon/Carbon.php3647 I composer update to no avail

craigvc commented 5 years ago

sorry ignore was a type in env file