Closed andy236726493 closed 3 years ago
It is recommended to refer to laravel and add route name
for example: Router::get('/hello-hyperf', function () { return 'Hello Hyperf.'; })->name("hello-hyperf);
@andy236726493 sorry but this is not Laravel and that syntax isn't applicable here. Closing as invalid 👍
It is recommended to refer to laravel and add route name
for example: Router::get('/hello-hyperf', function () { return 'Hello Hyperf.'; })->name("hello-hyperf);