Mysql
 sql >> Baza danych >  >> RDS >> Mysql

Jak pobrać dane z bazy danych, aby wyświetlić stronę w laravelu?

[ROZWIĄZANIE]

Dziękuję wam, już rozwiązałem ten problem

To jest rozwiązany kod

web.php (trasy)

Route::get('listpetani', function () {

    $petani = DB::table('tbl_user')->get();

    return view('listpetani', ['petani' => $petani]);
});

i w moim listpetani.blade.php

@foreach($petani as $key => $data)
    <tr>    
      <th>{{$data->id_user}}</th>
      <th>{{$data->nama_user}}</th>
      <th>{{$data->alamat}}</th>
      <th>{{$data->no_telp}}</th>
      <th>{{$data->id_lokasi}}</th>                 
    </tr>
@endforeach


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. php:sesje a baza danych

  2. Czy używanie LIMITu bez ORDER BY jest bezpieczne?

  3. Powiązanie modelu trasy nie działa

  4. Gdy mysql_query zwraca fałsz

  5. Laravel:lewe zapytanie sprzężenia