skip to Main Content

laravel error: curl_setopt(): Unable to create temporary file

I am trying to create a laravel project, but this error is popping out: Creating a "laravel/laravel" project at "./firstProject" In CurlDownloader.php line 197: curl_setopt(): Unable to create temporary file. create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--repository REPOSITORY] [--repository-url…

VIEW QUESTION

Can't run laravel with php artisan serve command

ErrorException Undefined array key 1 at vendorlaravelframeworksrcIlluminateFoundationConsoleServeCommand.php:368 364▕ $line = str_replace(' ', ' ', $line); 365▕ 366▕ preg_match($regex, $line, $matches); 367▕ ➜ 368▕ return Carbon::createFromFormat('D M d H:i:s Y', $matches[1]); 369▕ } 370▕ 371▕ /** 372▕ * Get the request…

VIEW QUESTION

error while running my php laravel program

IlluminateDatabaseQueryException could not find driver (Connection: mysql, SQL: select * from `site_settings` order by `created_at` desc limit 1) at vendorlaravelframeworksrcIlluminateDatabaseConnection.php:829 825▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 826▕ ); 827▕ } 828▕ ➜ 829▕ throw new QueryException( 830▕ $this->getName(), $query, $this->prepareBindings($bindings), $e…

VIEW QUESTION
Back To Top
Search