//... Route::post('/employees', function(){ return Employee::create([ 'name' => 'Rágó Ferenc', 'city' => 'Szolnok', 'salary' => 2873000 ]); });