Category: PHP

  • Using Repeater Fields in Laravel Filament

    Using Repeater Fields in Laravel Filament

    Laravel Eloquent, a powerful and expressive ORM (Object-Relational Mapping) for Laravel, combined with Filament, a Laravel-based admin panel, provides a seamless solution for handling complex data structures. In this blog post, we’ll explore how to store and manage multiple email addresses and phone numbers for a contact using Eloquent and present them in a Filament…