chore(maint): add psr conflict, ajust seeder defaults
This commit is contained in:
@@ -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.*
|
||||
|
||||
|
Reference in New Issue
Block a user