Skip to content

Commit a2eeca6

Browse files
committed
Add post discover options to config
1 parent 41a1f9b commit a2eeca6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/ide-helper.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,20 @@
293293
*/
294294
'additional_relation_types' => [],
295295

296+
/*
297+
|--------------------------------------------------------------------------
298+
| Run artisan commands after package discovery
299+
|--------------------------------------------------------------------------
300+
|
301+
| The specified commands should run after `package:discover` run. This command
302+
| is executed by default after every composer install, update or dump-autoload.
303+
|
304+
*/
305+
'post_discover' => [
306+
// 'ide-helper:generate',
307+
// 'ide-helper:meta',
308+
],
309+
296310
/*
297311
|--------------------------------------------------------------------------
298312
| Run artisan commands after migrations to generate model helpers

0 commit comments

Comments
 (0)