An error is reported when using alias to fully qualify the name.
Mayukiii733
Mayukiii733 2019-12-19 23:49:14
0
0
1145

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

reply all (0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!