Skip to content

Latest commit

 

History

History
106 lines (77 loc) · 4.8 KB

README.md

File metadata and controls

106 lines (77 loc) · 4.8 KB

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.

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.

Features

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

Install

composer require queents/vilt

Now Install VILT

php artisan vilt:install

run NPM or YARN to install and build assets

npm i & npm run build

OR

yarn & yarn build

Generate Username and Password for Dashboard

php artisan roles:install

Plugins

  1. Settings Module GUI to save key and value on database and cache it
  2. Translations Module Database Base Translations Keys with Google Translations API Integration
  3. Auth Module convert any Model to Auth Model with full API
  4. Artisan Module run artisan commands using GUI
  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

Support

you can join our discord server to get support VILT Discord

Docs

look to the new docs of v1.0.0 Docs

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

Contributors

License

The MIT License (MIT). Please see License File for more information.