Hacking Laravel: Custom Relationships in Eloquent

Potomac

Eloquent, Laravel’s ORM, is a powerful tool for interacting with relational databases. It models entity relationships such as one-to-many and many-to-many, but production applications often need to produce very specific data structures that cannot be directly generated from Eloquent built-in methods. Instead of looping through collections to wrangle your query results, it is possible to extend Laravel’s basic relation classes and implement custom relations that you can easily reuse within and among Laravel projects. You will dive into the guts of Eloquent and emerge an effective power user.

Pre-Workshop Preparation Suggestions:

Please visit the link below & follow the instructions:

https://github.com/alexweissman/phpworld2017

If you have any questions please contact – alex@alexanderweissman.com
Advanced Workshop