Video: Mário's Tutorial
- PHP include ->
@include('includes.header.blade.php')
Video: Mário's Tutorial
@include('includes.header.blade.php')
This items are based on feedback that I had on the first time I touched on Laravel stuff.
[Mário's tutorial] (https://www.youtube.com/watch?v=D1D2g7yEgCM&feature=youtu.be).
Problems with Carvox.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
[ | |
{ | |
"id":3, | |
"foto":"Imagens/pet1.jpg", | |
"nome":"Brutus", | |
"idade":0 | |
}, | |
{ | |
"id":4, | |
"foto":"Imagens/pet4.jpg", |
[ | |
{ | |
"id":3, | |
"foto":"Imagens/pet1.jpg", | |
"nome":"Brutus", | |
"idade":0 | |
}, | |
{ | |
"id":1, | |
"foto":"Imagens/pet2.jpg", |
{
"data": {
"animals": [
{
"id":1,
"foto":"Imagens/pet1.jpg",
"nome":"Pelotas 1",
"idade": "1 ano"
},
{"photos":[ | |
{ | |
"title" : "title 1", | |
"original" : "http://dummyimage.com/400x200", | |
"thumb" : "http://dummyimage.com/480x480" | |
}, | |
{ | |
"title" : "title 2", | |
"original" : "http://dummyimage.com/400x200", | |
"thumb" : "http://dummyimage.com/480x480" |
{product : 'Leite', quantity : 2, bought : false}, | |
{product : 'Nescau', quantity : 1, bought : false} |