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.
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.
- 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
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
- Settings Module GUI to save key and value on database and cache it
- Translations Module Database Base Translations Keys with Google Translations API Integration
- Auth Module convert any Model to Auth Model with full API
- Artisan Module run artisan commands using GUI
- Browser Module browse the file inside your app
- Menu Module Menu manager and generator for Database
- Notifications Module multi channels and vendors like FCM / Pusher
you can join our discord server to get support VILT Discord
look to the new docs of v1.0.0 Docs
Please see CHANGELOG for more information on what has changed recently.
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:
- Laravel Main Framework
- InertiaJS VueJs Framework
- TailwindCSS Style Kit
- VueJs Javascript framework
- Filament It's a very creative admin panel for TALL stack
- Infyom APIs Scaffolding
- Laravel Sanctum APIs Token Auth
- Laravel Permission User ACL
- Laravel Module MVC Modular Arch
- Laravel Excel Import & Export Excel
- Laravel Sitemap Sitemap Generator
- Laravel Translatable Translation UI
- Laravel Media Library Media & Upload
- Laravel Backup Backup
- LaRecipe Documentations UI
The MIT License (MIT). Please see License File for more information.