Laravel admin select2 bootstrap theme
xiaohuilam/laravel-admin-select2-bootstrap-theme is a Laravel package for laravel admin select2 bootstrap theme.
It currently has 2 GitHub stars and 311 downloads on Packagist (latest version v0.0.2).
Install it with composer require xiaohuilam/laravel-admin-select2-bootstrap-theme.
Discover more Laravel packages by xiaohuilam
or browse all Laravel packages to compare alternatives.
Last updated
Laravel admin的select框默认不是bootstrap样式,怒换之...
请使用composer安装
composer require xiaohuilam/laravel-admin-select2-bootstrap-theme
安装完成后请执行这条命令将主题的css和js发布到public目录下
php artisan vendor:publish --tag=laravel-admin-select2-bootstrap-theme

MIT
以下是英文版
install via composer
composer require xiaohuilam/laravel-admin-select2-bootstrap-theme
then, you should execute this command, to publish assets to public folder.
php artisan vendor:publish --tag=laravel-admin-select2-bootstrap-theme

MIT