flavorly / laravel-vanilla-components

Laravel adaptor for Vanilla Components

Home Page:https://vanilla-components.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel + Vanilla Components

The official adaptor for Laravel & Vanilla Components

Documentation | Getting Started | Why Vanilla Components?

Main Features

  • 📚 Datatables - Server side Integration for Datatable Component
  • 🔍 Rich Select - Fill select options via Ajax with Lazy Load & Search - soon ™
  • 🚦 Form Builder - Coming soon ™

Installation

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

Credits

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!

Contribution

See Contributing Guide.

License

MIT License © 2021-Present Pedro Martins

About

Laravel adaptor for Vanilla Components

https://vanilla-components.com/

License:MIT License


Languages

Language:PHP 100.0%