use App\Models\Employee; //... Route::get('/employees', function(){ return Employee::all(); });