尝试启动laravel服务器时出现服务器错误500

时间:2019-07-25 19:55:36

标签: php laravel laravel-5 server-error

我只想开始学习laravel。我正在关注YouTube上的教程,并且已经在Windows 10系统上安装了所有依赖项,包括更新作曲家,并且安装了node.js。

我使用

成功创建了一个新的laravel项目
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main()
        {
            var input = "25-JUL-19 03.22.05.0360000 PM";

            var output = DateTime.ParseExact(input, "dd-MMM-yy hh.mm.ss.fffffff tt", CultureInfo.InvariantCulture, DateTimeStyles.None);
        }
    }

}

我要启动服务器,我在命令提示符下键入了此内容:

Laravel new codegram

哪个服务器在http://127.0.0.1:8000上启动。

当我将其输入浏览器时,出现错误。

服务器错误| 500

0 个答案:

没有答案