我有这两个表与多到多的关系连接使用连接表。我的想法是,我可以获得用户数据,使用户在期刊数据中成为作者,到目前为止,它是有效的。public function up() Schema::create('users', function (Blueprint $table) { $table->string('name');
$table->string('ema
当我点击localhost/laravel/public时,url更改为localhost/laravel/public/auth/loin,并引发以下错误。NotFoundHttpException in RouteCollection.php line 143:Route::get('/index', ['middleware' => 'auth', function(){}]);