xiaohuilam/laravel-admin-select2-bootstrap-theme

Laravel admin select2 bootstrap theme

v0.0.2 2019-06-16 17:06 UTC

This package is auto-updated.

Last update: 2024-04-17 04:36:21 UTC


README

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