Crawler Tests

crawler-test.com - submitted by Peter

Test if your crawler handles various cases such as broken meta redirects, foreign chars in the URLs, etc. pp. correctly. Crawl this website to see if you crawler does well.

Read more [crawler-test.com]

Using Laravel Resource Collections with Exports

www.csrhymes.com - submitted by Chris Rhymes

In this example we are going to create an export of User information into Excel using Laravel Resource Collection and Spatie’s simple excel package. Laravel Resources are normally used to transform your data for use in an API, but you can also create an array from the resource for use in our export.

Read more [www.csrhymes.com]

Introducing Inertia.js Tables: a DataTables-like package for Laravel Query Builder

protone.media - submitted by Pascal Baljet

A DataTables-like package for Inertia, Laravel, and Vue that comes with Tailwind-styled components. You can search through your data, both globally and per attribute. There's support for pagination, sorting, column toggling, and you can predefine filters. Furthermore, it integrates seamlessly with Spatie's Laravel Query Builder.

Read more [protone.media]