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 293
293
*/
294
294
'additional_relation_types ' => [],
295
295
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
+
296
310
/*
297
311
|--------------------------------------------------------------------------
298
312
| Run artisan commands after migrations to generate model helpers
You can’t perform that action at this time.
0 commit comments