chore(maint): add psr conflict, ajust seeder defaults

This commit is contained in:
2023-06-28 11:14:07 +00:00
parent 56979569cf
commit b620f1e9af
3 changed files with 30 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ The following PHP extensions are known to cause problems throughout the app (res
- [PHP PSR - PSR Interfaces](https://pecl.php.net/package/psr)
This is because the extension conflicts with a package Laravel uses, [Monolog](https://github.com/Seldaek/monolog), which is required for logging across the whole application. Oftentimes, removing this extension with your system's package manager or disabling it in ``php.ini`` does the trick and gets things to work again.
This is because the extension [conflicts with a package Laravel uses](https://github.com/laravel/framework/issues/46165#issuecomment-1436945349), [Monolog](https://github.com/Seldaek/monolog), which is required for logging across the whole application. Oftentimes, removing this extension with your system's package manager or disabling it in ``php.ini`` does the trick and gets things to work again.
*This issue should not affect versions below 1.0.0.*