About thinkphp 5.0 or above, how to introduce php extensions, such as Requests.php
use Think\Request;
Or use composer to install the controller directly. The controller comes with php think make:controller admin/index
Do you want to load other classes? still?
use Think\Request;
Or use composer to install the controller directly. The controller comes with php think make:controller admin/index
Do you want to load other classes? still?