我想安装一个带有"composer require rpsimao/invoicexpress-api“的软件包,但是它看起来是一个错误:
Using version ^0.5.6 for rpsimao- rpsimao/invoicexpress-api 0.5.6 requires laravel/framework 5.4.* -> satisfiable by laravel/framework[5.4.x-dev, v5
我正在尝试创建一个新的laravel应用程序,但是当我使用命令"laravel new“时,我得到了一个错误:Crafting application...- phpunit/php-token-stream 2.0.0 requires php ^7.0 -> your PHP version (5.6.30) does not satisfy我使用的是<
我在centos 6.9上使用laravel5.0,当我尝试运行php artisan migarate时,得到错误PHP Parse error:
syntax error, unexpected 'identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /root/.local/share/Trash/files/keystone_
尝试安装新的laravel应用程序时遇到版本错误: $ laravel new hostels3
Crafting application...- mockery/mockery 1.4.1 requires php ^7.3 || ^8.0 -> your PHP version (7.2.24) does not satisfy我现在不想迁移到PHP 7.3,有没有办法安装更低版本的laravel来满足我的