The official adaptor for Laravel & Vanilla Components
Documentation | Getting Started | Why Vanilla Components?
- 📚 Datatables - Server side Integration for Datatable Component
- 🔍 Rich Select - Fill select options via Ajax with Lazy Load & Search - soon ™
- 🚦 Form Builder - Coming soon ™
Please refer to the official Documentation here with all the guidelines.
composer require flavorly/laravel-vanilla-components
You can publish and run the migrations with:
php artisan vendor:publish --tag="laravel-vanilla-components-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="laravel-vanilla-components-config"
Optionally, you can publish translations using
php artisan vendor:publish --tag="laravel-vanilla-components-translations
Thanks to:
- VariantJS - Base Inspiration & Code - Thanks to Alfonsobries
- VueUse - How we could we not credit this?
- [RobertBoes] - For all the time helping with Troubleshooting
- [Patricio] - For all the brainstorming & help
- All my friends, that could stay online while i was whispering all day long!
See Contributing Guide.
MIT License © 2021-Present Pedro Martins