update pulse
This commit is contained in:
17
config/pulse-about-application.php
Normal file
17
config/pulse-about-application.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
/**
|
||||
* Hide sections from the about command.
|
||||
*
|
||||
* Possible values are: "environment", "cache", "drivers", "livewire
|
||||
*/
|
||||
'hide' => [
|
||||
// 'environment',
|
||||
// 'cache',
|
||||
// 'drivers',
|
||||
// 'livewire',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user