摘要:
可以使用以下命令来安装: php -r "copy('https://install.phpcomposer.com/installer', 'composer-setup.php');"php composer-setup.php All settings correct for using Co 阅读全文
摘要:
Namespace declaration statement has to be the very first statement or after any declare call in the script <?php namespace app\admin\controller; use t 阅读全文