Devins

576 经验值

不懂,大神,有没有QQ在线的,我截图给您看

全部执行了 composer update 和composer install 还以为是扩展没打开,extension=php_mbstring.dll全开打了

vendor文件夹不存在,但是我用laravel new laravel就能出现vendor文件夹,用laravel new laravle5.5 --dev就没有vendor文件夹

Warning: require(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in G:\laragon\laragon\www\laravel5.5\public\index.php on line 24

Warning: require(G:\laragon\laragon\www\laravel5.5\public/../vendor/autoload.php): failed to open stream: No such file or directory in G:\laragon\laragon\www\laravel5.5\public\index.php on line 24

Warning: require(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in G:\laragon\laragon\www\laravel5.5\public\index.php on line 24

Fatal error: require(): Failed opening required 'G:\laragon\laragon\www\laravel5.5\public/../vendor/autoload.php' (include_path='.;G:/laragon/laragon/etc/php/pear') in G:\laragon\laragon\www\laravel5.5\public\index.php on line 24
新手,求大神们解决下

test (2).html:19 Uncaught ReferenceError: setTimeOut is not defined
for(var i=0;i<10;i++) {

    console.log(i);
    setTimeOut(function(){
        console.log('i:${i}');
    },1000)
}

求解为什么报这个错?