SYMBOL INDEX (14 symbols across 5 files) FILE: app/AppService.php class AppService (line 11) | class AppService extends Service method register (line 13) | public function register() method boot (line 18) | public function boot() FILE: app/BaseController.php class BaseController (line 13) | abstract class BaseController method __construct (line 44) | public function __construct(App $app) method initialize (line 54) | protected function initialize() method validate (line 67) | protected function validate(array $data, string|array $validate, array... FILE: app/ExceptionHandle.php class ExceptionHandle (line 16) | class ExceptionHandle extends Handle method report (line 37) | public function report(Throwable $exception): void method render (line 51) | public function render($request, Throwable $e): Response FILE: app/Request.php class Request (line 5) | class Request extends \think\Request FILE: app/controller/Index.php class Index (line 7) | class Index extends BaseController method index (line 9) | public function index() method hello (line 14) | public function hello($name = 'ThinkPHP8')