<?php
// “laravel multiple group by” Coderfunda.tk
//laravel multiple group by
$routes = DB::table('route')
->groupBy('rte_origin', 'rte_destination')
->get();
?>
Programing Coderfunda
December 12, 2020
Laravel
No comments
<?php
0 comments:
Post a Comment
Thanks