From 052e4f2bbc3d5ccaf086fe50072754de4c81b804 Mon Sep 17 00:00:00 2001 From: Pranab Acharya <152287594+pranab-eastmiles447@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:51:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4440ae..f563e36 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Total Downloads](https://img.shields.io/packagist/dt/solution-forest/filament-scaffold.svg?style=flat-square)](https://packagist.org/packages/solution-forest/filament-scaffold) ## Description -Filament scaffold is a toolkiit for Filament Admin that simplifies the generation of resources. It can automatically generate madels, resources, migration files, and more, creating corresponding forms and table views based on the database table. Filament scaffold aims to speed up development and reduce the time spent writing repetitive code. +Filament scaffold is a toolkiit for Filament Admin that simplifies the generation of resources. It can automatically generate models, resources, migration files, and more, creating corresponding forms and table views based on the database table. Filament scaffold aims to speed up development and reduce the time spent writing repetitive code. ## Features - Automatic Filament Resource Generation: Generates Filament resource files, including forms and table views, based on specified table names.