1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Laravel 7でnunomaduro/phpinsightsを導入する

Posted at

前提

Laravel7 アップグレード時にphpinsightsが死亡
Laravel 7でphpinsights使いたい

原因

Note for Laravel 7 users: phpinsights requires PHP 7.3+, and PHPUnit 9.0+. For upgrading PHPUnit, you can use following command:

PHP 7.3
PHPUnit v9以上
が必要

やりかた

PHP7.3へあげる

PHPUnitを^9.0にする

composer require --dev phpunit/phpunit:^9.0 --update-with-dependencies

phpinsightsをいれる

composer require nunomaduro/phpinsights

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?