Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 957 Bytes

File metadata and controls

46 lines (30 loc) · 957 Bytes

Laravel admin select2 bootstrap theme

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

演示

screenshot.png

授权

MIT

以下是英文版


Installation

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

Screenshot

screenshot.png

License

MIT