File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 304
304
*/
305
305
'additional_relation_types ' => [],
306
306
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
+
307
321
/*
308
322
|--------------------------------------------------------------------------
309
323
| Run artisan commands after migrations to generate model helpers
You can’t perform that action at this time.
0 commit comments