Oh man, I love this kid. I was super happy when I saw him in Witch Hunt (confirming that he and his father survived DA:O) and watching him scratch his ass as he says “I like enchanting” made my day. His and Bodahn’s face look different, which I totally understand is due to ...
Now an example is worth a thousand words (excepted if, you know, your example is a thousand words long) : Former::populate(Client::find(2)) // Will populate with $client->name Former::text('name') // Will populate with $client->store->name Former::text('store.name') // You ...
Former is also able to populate fields with relationships. Now an example is worth a thousand words (excepted if, you know, your example is a thousand words long) : Former::populate(Client::find(2))// Will populate with $client->nameFormer::text('name')// Will populate with $client-...