search

Home  >  Q&A  >  body text

About thinkphp 5.0 or above, how to introduce php extensions

About thinkphp 5.0 or above, how to introduce php extensions, such as Requests.php

hellocrab.cnhellocrab.cn2458 days ago1270

reply all(2)I'll reply

  • sky

    sky2018-03-09 10:38:46

    use Think\Request;


    Or use composer to install the controller directly. The controller comes with php think make:controller admin/index

    reply
    0
  • PHP中文网

    PHP中文网2018-03-09 10:26:40

    Do you want to load other classes? still?

    reply
    0
  • Cancelreply