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 278
278
*/
279
279
'additional_relation_types ' => [],
280
280
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
+
281
295
/*
282
296
|--------------------------------------------------------------------------
283
297
| Run artisan commands after migrations to generate model helpers
You can’t perform that action at this time.
0 commit comments