Skip to content

Commit c8b49af

Browse files
committed
Add post discover options to config
1 parent 05b8273 commit c8b49af

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
@@ -278,6 +278,20 @@
278278
*/
279279
'additional_relation_types' => [],
280280

281+
/*
282+
|--------------------------------------------------------------------------
283+
| Run artisan commands after package discovery
284+
|--------------------------------------------------------------------------
285+
|
286+
| The specified commands should run after `package:discover` run. This command
287+
| is executed by default after every composer install, update or dump-autoload.
288+
|
289+
*/
290+
'post_discover' => [
291+
// 'ide-helper:generate',
292+
// 'ide-helper:meta',
293+
],
294+
281295
/*
282296
|--------------------------------------------------------------------------
283297
| Run artisan commands after migrations to generate model helpers

0 commit comments

Comments
 (0)