Download the PHP package simonmarcellinden/laravelmultiselect without Composer
On this page you can find all versions of the php package simonmarcellinden/laravelmultiselect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simonmarcellinden/laravelmultiselect
More information about simonmarcellinden/laravelmultiselect
Files in simonmarcellinden/laravelmultiselect
Package laravelmultiselect
Short Description Multi Select Component with Vue
License MIT
Homepage https://github.com/simonmarcellinden/LaravelMultiSelect
Informations about the package laravelmultiselect
LaravelMultiSelect
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
To install all required files run the follow command
Laravel <= 5.4
Once LaravelMultiSelect is installed you need to register the service provider with the application.
Open up config/app.php
and find the providers
key.
Add the service provider to config/app.php
Optionally include the Facade in config/app.php if you'd like.
Publish the configurations
Run this on the command line from the root of your project:
A configuration file will be publish to config/scriptloader.php
.
Usage
Add the following code snippet to your view
Or use the following code snippet to pre selected labels
And define in your controller the labels for displaying
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Simon Marcel Linden
- All Contributors
License
MIT. Please see the license file for more information.