Skip to content

Commit afe4612

Browse files
committed
Add post discover options to config
1 parent ad8f19f commit afe4612

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
@@ -304,6 +304,20 @@
304304
*/
305305
'additional_relation_types' => [],
306306

307+
/*
308+
|--------------------------------------------------------------------------
309+
| Run artisan commands after package discovery
310+
|--------------------------------------------------------------------------
311+
|
312+
| The specified commands should run after `package:discover` run. This command
313+
| is executed by default after every composer install, update or dump-autoload.
314+
|
315+
*/
316+
'post_discover' => [
317+
// 'ide-helper:generate',
318+
// 'ide-helper:meta',
319+
],
320+
307321
/*
308322
|--------------------------------------------------------------------------
309323
| Run artisan commands after migrations to generate model helpers

0 commit comments

Comments
 (0)