George Tsachrelias

Results 2 comments of George Tsachrelias

**my has many pivot** ============ ``` $this->has_many_pivot['vehicles'] = array( 'foreign_model'=>'Vehicle_model', 'pivot_table'=>'customer_vehicles', 'local_key'=>'id', 'pivot_local_key'=>'customer_id', 'pivot_foreign_key'=>'vehicle_id', 'foreign_key'=>'id', 'get_relate'=> true ); ``` **And my print data** ``` stdClass Object ( [id] => 1...

@impsart i duplicate folder with other name unique and inside i have the option blade and json file.. actually i made my package alone and i fix some changes..i use...