laravel / forge-cli

The Laravel Forge CLI.
https://forge.laravel.com
MIT License
227 stars 35 forks source link

[ERROR] Your system is not ready to run the application. #47

Closed mathiaspalmqvist closed 2 years ago

mathiaspalmqvist commented 2 years ago

Description:

I am trying to run Forge CLI but get an error message that I am not running a higher version than PHP 7.3 but I'm running it with PHP 8.0.6.

Box Requirements Checker
========================

> Using PHP 8.0.6
> PHP is using the following php.ini file:
  /usr/local/etc/php/8.0/php.ini

> Checking Box requirements:
  E.

 [ERROR] Your system is not ready to run the application.                       

Fix the following mandatory requirements:
=========================================

 * The application requires the version "^7.3" or greater.

Steps To Reproduce:

  1. Open Terminal
  2. Run command: forge
nunomaduro commented 2 years ago

Can you run "composer global remove beyondcode/forge-cli"? Seem people are still using that package that conflicts with this one.

mathiaspalmqvist commented 2 years ago

Thank you, that did the trick 👍

nunomaduro commented 2 years ago

cc @driesvints In case in see this in the future.