How Would I use this for Laravel Models and Database Migration Tables? #64
Unanswered
andrewdwallo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Laravel and wanted to know how I can use this for creating Models and Migration Database Tables? I am also using Filament with Tailwindcss, PostCSS, and Vite. I will be making a Resource for Each Model with the name of the resources such as Accounts, Transactions, Assets, Liabilities, Institutions, etc... which have an element that is fillable in each Model such as Transactions having
$protected fillable = ['account_id', 'plaid_transaction_id', 'name', 'amount'] etc... I will be using a plaid link modal that shows when a user clicks on a button such as "Connect Bank". The Plaid Link Interface shows and the user connects to bank and after the elements would automatically migrate to mysql database and the elements would all show on the user interface with columns for each element...
Any help would be appreciated and if you want to help contribute to my project that would be awesome! Thanks...
Beta Was this translation helpful? Give feedback.
All reactions