framework icon indicating copy to clipboard operation
framework copied to clipboard

While installing deprecated messages

Open LocalHeroPro opened this issue 1 week ago • 3 comments

Laravel Version

newest

PHP Version

8.5

Database Driver & Version

No response

Description

We have deprecations warnings. Docs - https://laravel.com/docs/12.x#installing-php

Steps To Reproduce

$ /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.5)"
$ composer global require laravel/installer
$ laravel new example-app

   _                               _
  | |                             | |
  | |     __ _ _ __ __ ___   _____| |
  | |    / _` |  __/ _` \ \ / / _ \ |
  | |___| (_| | | | (_| |\ V /  __/ |
  |______\__,_|_|  \__,_| \_/ \___|_|


Deprecated: Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0 in phar:///home/user/.config/herd-lite/bin/laravel/src/NewCommand.php on line 380

// truncated because so many lines with deprecations

LocalHeroPro avatar Dec 01 '25 18:12 LocalHeroPro