theloftstore/config/plugins.php
2025-02-26 08:57:46 +01:00

22 lines
526 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Composer File Template
|--------------------------------------------------------------------------
|
| The config for composer.json file that will be generated with vanguard::make-plugin command.
|
*/
'composer' => [
'vendor' => 'vanguardapp',
'author' => [
'name' => 'Milos Stojanovic',
'email' => 'stojanovic.loshmi@gmail.com',
],
],
];