You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
FlyModel is a Laravel package that empowers you to create and manage models dynamically, **on the fly !**.
5
5
6
-
It define flexible and customizable models and model fields **without needing to change** the database schema.
6
+
It allows to define flexible and customizable models and model fields **without needing to change** the database schema.
7
7
8
8
This package streamlines your workflow by eliminating the need to define models explicitly in your codebase. Instead, you can generate and interact with models as needed, based on a unique "deck" identifier.
0 commit comments