Skip to content

Commit

Permalink
Merge branch 'master' of github.com:queents/vilt
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Dec 20, 2022
2 parents 5bd04af + 80f1579 commit 9c79ff0
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 100 deletions.
Empty file removed CHANGELOG.md
Empty file.
181 changes: 81 additions & 100 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,100 +1,81 @@
This package is used to generate an admin panel for you with a CRUD generator using VILT stack and Admin One Theme.

## Overview

<b>Vilt</b> 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

- [x] CURD Generator Web / API
- [x] HMVC Architecture
- [x] Authentication & User Manager
- [x] Responsive UI Using Admin One Template
- [x] Support RTL Multi Languages
- [x] Table Builder
- [x] Form Builder
- [x] Resource Builder
- [x] Page Builder
- [x] Actions Builder
- [x] Modals Builder
- [x] Widgets Builder
- [x] Menu Builder

## Plugins

1. <b><a href="https://github.com/queents/settings-module" target="_blank">Settings Module</a></b> <small>GUI to save key and value on database and cache it</small>
2. <b><a href="https://github.com/queents/translations-module" target="_blank">Translations Module</a></b> <small>Database Base Translations Keys with Google Translations API Integration</small>
3. <b><a href="https://github.com/queents/auth-module" target="_blank">Auth Module</a></b> <small>convert any Model to Auth Model with full API</small>
4. <b><a href="https://github.com/queents/artisan-module" target="_blank">Artisan Module</a></b> <small>run artisan commands using GUI</small>
5. <b><a href="https://github.com/queents/browser-module" target="_blank">Browser Module</a></b> <small>browse the file inside your app</small>
6. <b><a href="https://github.com/queents/menus-module" target="_blank">Menu Module</a></b> <small>Menu manager and generator for Database</small>
7. <b><a href="https://github.com/queents/notifications-module" target="_blank">Notifications Module</a></b> <small>multi channels and vendors like FCM / Pusher</small>
8. <b><a href="https://github.com/queents/locations-module" target="_blank">Locations Module</a></b> <small>Database seeds for Locations Module for VILT stack</small>
9. <b><a href="https://github.com/3x1io/filamentUI-module" target="_blank">FilamentUI Theme</a></b> <small>a Filament PHP theme build for VILT Stack</small>
10. <b><a href="https://github.com/3x1io/backup-module" target="_blank">Backup</a></b> <small>a Backup GUI to backup your project files and DB</small>
11. <b><a href="https://github.com/3x1io/log-module" target="_blank">Log</a></b> <small>a Logs GUI to check your errors logs and track it</small>
12. <b><a href="https://github.com/queents/payment-module" target="_blank">Payment</a></b> <small>a Tons of payment gateway ready to use</small>
13. <b><a href="https://github.com/queents/api-module" target="_blank">API</a></b> <small>an API generator</small>
14. <b><a href="https://github.com/queents/auth-module" target="_blank">Auth</a></b> <small>an auth generator for any selected table</small>

## 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)


## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## 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. <b><a href="https://laravel.com/" target="_blank"></a></b> <small>Main Framework</small>
2. <b><a href="https://inertiajs.com/" target="_blank">InertiaJS</a></b> <small>VueJs Framework</small>
3. <b><a href="https://tailwindcss.com/" target="_blank">TailwindCSS</a></b> <small>Style Kit</small>
4. <b><a href="https://vuejs.org/" target="_blank">VueJs</a></b> <small>Javascript framework</small>
5. <b><a href="https://filamentphp.com/" target="_blank">Filament</a></b> <small>It's a very creative admin panel for TALL stack</small>
6. <b><a href="https://laravel.com/docs/8.x/sanctum" target="_blank">Laravel Sanctum</a></b> <small>APIs Token Auth</small>
7. <b><a href="https://spatie.be/docs/laravel-permission/v4/introduction" target="_blank">Laravel Permission</a></b> <small>User ACL</small>
8. <b><a href="https://nwidart.com/laravel-modules/v6/introduction" target="_blank">Laravel Module</a></b> <small>MVC Modular Arch</small>
9. <b><a href="https://laravel-excel.com/" target="_blank">Laravel Excel</a></b> <small>Import & Export Excel</small>
10. <b><a href="https://github.com/spatie/laravel-sitemap" target="_blank">Laravel Sitemap</a></b> <small>Sitemap Generator</small>
11. <b><a href="https://github.com/spatie/laravel-translatable" target="_blank">Laravel Translatable</a></b> <small>Translation UI</small>
12. <b><a href="https://github.com/spatie/laravel-medialibrary" target="_blank">Laravel Media Library</a></b> <small>Media & Upload</small>
13. <b><a href="https://github.com/spatie/laravel-backup" target="_blank">Laravel Backup</a></b> <small>Backup</small>

## Contributors

- [Fady Mondy](https://github.com/3x1io)
- [Mohamed Ibrahem](https://github.com/marious)
- [Khaled Abodaif](https://github.com/khaledAbodaif)
- [Ahmed Elbanna](https://github.com/Ahmed-Elbanna-Git)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
# README

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 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

* [x] CURD Generator Web / API
* [x] HMVC Architecture
* [x] Authentication & User Manager
* [x] Responsive UI Using Admin One Template
* [x] Support RTL Multi Languages
* [x] Table Builder
* [x] Form Builder
* [x] Resource Builder
* [x] Page Builder
* [x] Actions Builder
* [x] Modals Builder
* [x] Widgets Builder
* [x] Menu Builder

### Plugins

1. [**Settings Module**](https://github.com/queents/settings-module) GUI to save key and value on database and cache it
2. [**Translations Module**](https://github.com/queents/translations-module) Database Base Translations Keys with Google Translations API Integration
3. [**Auth Module**](https://github.com/queents/auth-module) convert any Model to Auth Model with full API
4. [**Artisan Module**](https://github.com/queents/artisan-module) run artisan commands using GUI
5. [**Browser Module**](https://github.com/queents/browser-module) browse the file inside your app
6. [**Menu Module**](https://github.com/queents/menus-module) Menu manager and generator for Database
7. [**Notifications Module**](https://github.com/queents/notifications-module) multi channels and vendors like FCM / Pusher
8. [**Locations Module**](https://github.com/queents/locations-module) Database seeds for Locations Module for VILT stack
9. [**FilamentUI Theme**](https://github.com/3x1io/filamentUI-module) a Filament PHP theme build for VILT Stack
10. [**Backup**](https://github.com/3x1io/backup-module) a Backup GUI to backup your project files and DB
11. [**Log**](https://github.com/3x1io/log-module) a Logs GUI to check your errors logs and track it
12. [**Payment**](https://github.com/queents/payment-module) a Tons of payment gateway ready to use
13. [**API**](https://github.com/queents/api-module) an API generator
14. [**Auth**](https://github.com/queents/auth-module) an auth generator for any selected table

### Docs

you can review our docs [here](https://queents.gitbook.io/vilt/)

### Support

you can join our discord server to get support [VILT Discord](https://discord.gg/HUNYbgKDdx)

### Changelog

Please see [CHANGELOG](./) for more information on what has changed recently.

### 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. Main Framework
2. [**InertiaJS**](https://inertiajs.com/) VueJs Framework
3. [**TailwindCSS**](https://tailwindcss.com/) Style Kit
4. [**VueJs**](https://vuejs.org/) Javascript framework
5. [**Filament**](https://filamentphp.com/) It's a very creative admin panel for TALL stack
6. [**Laravel Sanctum**](https://laravel.com/docs/8.x/sanctum) APIs Token Auth
7. [**Laravel Permission**](https://spatie.be/docs/laravel-permission/v4/introduction) User ACL
8. [**Laravel Module**](https://nwidart.com/laravel-modules/v6/introduction) MVC Modular Arch
9. [**Laravel Excel**](https://laravel-excel.com/) Import & Export Excel
10. [**Laravel Sitemap**](https://github.com/spatie/laravel-sitemap) Sitemap Generator
11. [**Laravel Translatable**](https://github.com/spatie/laravel-translatable) Translation UI
12. [**Laravel Media Library**](https://github.com/spatie/laravel-medialibrary) Media & Upload
13. [**Laravel Backup**](https://github.com/spatie/laravel-backup) Backup

### Contributors

* [Fady Mondy](https://github.com/3x1io)
* [Mohamed Ibrahem](https://github.com/marious)
* [Khaled Abodaif](https://github.com/khaledAbodaif)
* [Ahmed Elbanna](https://github.com/Ahmed-Elbanna-Git)

### License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit 9c79ff0

Please # to comment.