芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/minscoop.com/app/Config/Modules.php
[ * // List up all packages to auto-discover * 'codeigniter4/shield', * ], * ] * or * [ * 'exclude' => [ * // List up packages to exclude. * 'pestphp/pest', * ], * ] * * @var array */ public $composerPackages = []; /** * -------------------------------------------------------------------------- * Auto-Discovery Rules * -------------------------------------------------------------------------- * * Aliases list of all discovery classes that will be active and used during * the current application request. * * If it is not listed, only the base application elements will be used. * * @var string[] */ public $aliases = [ 'events', 'filters', 'registrars', 'routes', 'services', ]; }