Advertisement
Guest User

index

a guest
Jan 16th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2.  
  3. public function index()
  4. {
  5. //Aqui ele pega todos os registro da tabela products
  6. $prod= Product::all();
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement