requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
$ php -f z.php
PHP Fatal error: Class 'Zebra_Pagination' not found
$ composer dumpautoload -o
$ php -f z.php
PHP Notice: Undefined index: REQUEST_URI in ....
return Tour::find($tour->id)->trips()->with('places')
->where('active', '=', '1')
->orderBy('top', 'sort')
->paginate(10);