A Laravel library to effortlessly generate Dart/Flutter models directly from Laravel migrations or database schema via the command line.
-
Updated
Oct 24, 2024 - PHP
A Laravel library to effortlessly generate Dart/Flutter models directly from Laravel migrations or database schema via the command line.
Eloquent is the default ORM (Object-Relational Mapping) included with the framework. It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
Add a description, image, and links to the database-models topic page so that developers can more easily learn about it.
To associate your repository with the database-models topic, visit your repo's landing page and select "manage topics."