Symfony\Component\Debug\Exception\FatalThrowableError : Class 'User' not found

前端 未结 0 915
悲哀的现实
悲哀的现实 2020-12-18 02:20
  public function up()
    {
        Schema::create(\'users\', function (Blueprint $table) {
            $table->increments(\'id\');

            $table->strin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题