Have you ever have the situation where there is one database table that could have two types of entities? For example, a medical system could have a contacts table where they store "Doctors" and "Patients" but you need to represent them as separate entities in Laravel Framework . In that case you could use PHP Traits to have the shared code between two models, then use that trait on each model. ¡PHP Traits are great! What you guys do? #laraveldevelopers #laravelframework #php #developer #webapplications (at Santo Domingo, Dominican Republic) https://www.instagram.com/p/Cg-Mr8auHymKqomh2_ENwdFgKzi3rK6giquGgc0/?igshid=NGJjMDIxMWI=















