VentureCraft / revisionable

Easily create a revision history for any laravel model
http://twitter.com/duellsy
MIT License
2.55k stars 349 forks source link

so i created this fuction to return 'meta', anyone knows how to access [key] => date_achat / i want to display only the arrays where key == date_achat #412

Open MohammadTabbaby opened 2 years ago

MohammadTabbaby commented 2 years ago

public function gethistory($reference) { $Equipement = Equipement::where('reference', $reference)->first(); foreach ($Equipement->histories as $eq) { print_r($eq->meta);

Screenshot 2022-04-24 114906 }