search

Home  >  Q&A  >  body text

An error is reported when using alias to fully qualify the name.

think\Route::alias('php','\app\index\controller\Test');

Use this code to report an error

[8] ErrorException in App. php line 139 undefined array index: var

If I don't fully qualify the name

think\Route::alias('php','index/test');

It can run normally

Mayukiii733  Mayukiii733 1805 days ago1216

reply all(0)I'll reply

No reply
  • Cancelreply