JefteCaro
JefteCaro
I hope this would help others. What I've done is generate the ``ziggy.js`` file with ``php artisan ziggy:generate`` then import the generated js. ```js import React from 'react' import ReactDOMServer...
You might wanna try the `forPage($page, $items)` method: ([https://laravel.com/docs/7.x/collections#method-forpage](https://laravel.com/docs/7.x/collections#method-forpage)) `Tracker::sessions(60 * 24)->forPage(1, 20);`
Hi @dimitribarbot Thank you for this suggestion. PRs are welcome. You can test your implementation using the [playground](https://github.com/onesine/react-tailwindcss-datepicker/blob/master/README.md#playground).