laravel / pint

Laravel Pint is an opinionated PHP code style fixer for minimalists.

Home Page:https://laravel.com/docs/pint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel/Pint installation error

patooz opened this issue · comments

Pint Version

1.10.0

PHP Version

8.1.2

Description

Cannot install Laravel/Pint while installing new Laravel v10.x app. It takes long and, in the end, it exceeded the timeout of 300 seconds.
I am using Ubuntu 22.04.2 LTS WSL.
Capture6

Attached is the screenshot.

Steps To Reproduce

composer create-project laravel/laravel example-app

commented

Doesn't seem like an issue with the package.
Maybe try increasing the time: https://stackoverflow.com/a/25343207/3730982

used --prefer-dist --no-dev while installing laravel worked for me. Thanks @DvDty