In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

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]

Manual auth in Laravel: password confirmation

www.jeroenvanrensen.nl - submitted by Jeroen van Rensen

With the arrival of Laravel 8, new ways for authentication have been added to the Laravel ecosystem. Fortify, Jetstream and Breeze. Although these tools can save you a lot of time, often when you want something more complex they cost you more time. Fortunately, Laravel allows you to add manual auth without the use of any package, just Laravel's core. In this series, we're going to learn how to add manual auth in Laravel.

Read more [www.jeroenvanrensen.nl]

Franklin: an international address input

internachi.github.io - submitted by Chris

We're building Franklin as an open source international address input made for the modern web. It comes in two flavors—React and standalone. Just drop it in wherever your users enter mailing addresses to get well-formed data for any country. Franklin is still in an early stage of development, but we'd love feedback and testing from developers around the world (especially if you live outside of the United States).

Read more [internachi.github.io]