How do I modify the command for creating filament admins?
I have a users table with first and last name columns. In creating filament users, I want to provide data for the first and last name fields. How do I achieve this? I didn't a solution in the docs. Thanks in advance.
Solution
Hello there, you can create your artisan command and base of this https://github.com/filamentphp/filament/blob/3.x/packages/panels/src/Commands/MakeUserCommand.php
GitHub
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament