diff --git a/README.md b/README.md
index db8bcdb..06dc21a 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,8 @@
-# VILT Framework
-
-we build the admin panel to support VILT Stack Community please before you use this admin panel generator review the stack
-It's highly recommended to avoid using `VSCode` Or `PHPStorm`, instead, use `Atom` text-editor for a better development environment.
+This package is used to generate an admin panel for you with a CRUD generator using VILT stack and Admin One Theme.
## Overview
-Vilt is build to make it easy to development web apps and API by generate files of CRUD operations and support helpers of tones of functions to make it easy to manage and use framework services.
+Vilt is built to make it easy to develop web apps and API by generating files of CRUD operations and support helpers of tonnes of functions to make it easy to manage and use framework services.
## Features
@@ -23,35 +20,6 @@ It's highly recommended to avoid using `VSCode` Or `PHPStorm`, instead, use `Ato
- [x] Widgets Builder
- [x] Menu Builder
-## Install
-
-```bash
-composer require queents/vilt
-```
-Now Install VILT
-
-```bash
-php artisan vilt:install
-```
-
-run NPM or YARN to install and build assets
-
-```bash
-npm i & npm run build
-```
-
-OR
-
-```bash
-yarn & yarn build
-```
-
-Generate Username and Password for Dashboard
-
-```bash
-php artisan roles:install
-```
-
## Plugins
1. Settings Module GUI to save key and value on database and cache it
@@ -61,14 +29,37 @@ php artisan roles:install
5. Browser Module browse the file inside your app
6. Menu Module Menu manager and generator for Database
7. Notifications Module multi channels and vendors like FCM / Pusher
+8. Locations Module Database seeds for Locations Module for VILT stack
+9. FilamentUI Theme a Filament PHP theme build for VILT Stack
+
+## Docs
+
+- [Environment Setup](https://github.com/queents/vilt/wiki/Environment-Setup)
+- [Install](https://github.com/queents/vilt/wiki/Install)
+- [Generate Resource](https://github.com/queents/vilt/wiki/Generate-Resource)
+- [Generate Action](https://github.com/queents/vilt/wiki/Generate-Actions)
+- [Generate Modal](https://github.com/queents/vilt/wiki/Generate-Modal)
+- [Generate Widget](https://github.com/queents/vilt/wiki/Generate-Widget)
+- [Generate Route](https://github.com/queents/vilt/wiki/Generate-Route)
+- [Menu Manager](https://github.com/queents/vilt/wiki/Menu-Manager)
+- [Translation Manager](https://github.com/queents/vilt/wiki/Translation-Manager)
+- [Data Manager](https://github.com/queents/vilt/wiki/Data-Manager)
+- [Form Builder](https://github.com/queents/vilt/wiki/Form-Builder)
+- [Table Builder](https://github.com/queents/vilt/wiki/Table-Builder)
+- [Page Builder](https://github.com/queents/vilt/wiki/Page-Builder)
+- [Fire Alert](https://github.com/queents/vilt/wiki/Fire-Alert)
+- [Custom View](https://github.com/queents/vilt/wiki/Custom-View)
+- [Plugins](https://github.com/queents/vilt/wiki/Plugins)
+- [Build Plugins](https://github.com/queents/vilt/wiki/Build-Plugins)
+- [Get Started](https://github.com/queents/vilt/wiki/Get-Started)
+- [Awesome Resources for Tailwind](https://github.com/queents/vilt/wiki/Awesome-Resources-for-Tailwind)
+
+
## Support
you can join our discord server to get support [VILT Discord](https://discord.gg/HUNYbgKDdx)
-## Docs
-
-look to the new docs of v1.0.0 [Docs](https://github.com/queents/vilt/wiki)
## Changelog
@@ -77,21 +68,20 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
## Credits
Vilt Admin use internally some open-source third-party libraries/packages, many thanks to the web community, it will be very good if you are review it before start using our framework:
-1. Laravel Main Framework
+
+1. Main Framework
2. InertiaJS VueJs Framework
3. TailwindCSS Style Kit
4. VueJs Javascript framework
5. Filament It's a very creative admin panel for TALL stack
-6. Infyom APIs Scaffolding
-7. Laravel Sanctum APIs Token Auth
-8. Laravel Permission User ACL
-9. Laravel Module MVC Modular Arch
-10. Laravel Excel Import & Export Excel
-11. Laravel Sitemap Sitemap Generator
-12. Laravel Translatable Translation UI
-13. Laravel Media Library Media & Upload
-14. Laravel Backup Backup
-15. LaRecipe Documentations UI
+6. Laravel Sanctum APIs Token Auth
+7. Laravel Permission User ACL
+8. Laravel Module MVC Modular Arch
+9. Laravel Excel Import & Export Excel
+10. Laravel Sitemap Sitemap Generator
+11. Laravel Translatable Translation UI
+12. Laravel Media Library Media & Upload
+13. Laravel Backup Backup
## Contributors
@@ -103,4 +93,3 @@ Vilt Admin use internally some open-source third-party libraries/packages, many
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
-