Download the PHP package apalfrey/select2-bootstrap-5-theme without Composer

On this page you can find all versions of the php package apalfrey/select2-bootstrap-5-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package select2-bootstrap-5-theme

Select2 Bootstrap 5 Theme

GitHub npm Packagist Version

Select2 v4 theme for Bootstrap 5, inspired by select2-bootstrap4-theme

Works with Select2 v4.0 and v4.1

Docs

https://apalfrey.github.io/select2-bootstrap-5-theme/

Installation

CDN

Select2 v4.0

Select2 v4.1

Package Managers

HTML

SCSS

Usage

Build tools

This repo uses Gulp to compile the assets, see below for the included npm scripts and Gulp tasks and what they do;

npm script Gulp task Description
start default Cleans the dist directory, lints the SCSS, compiles the dev and min versions and starts watching the SCSS for changes
start:full N/A Cleans, lints, compiles and watches the SCSS (theme & docs) and serves the docs for development
clean clean Cleans the dist directory, removing the directory and it's contents
lint lint Lints the SCSS files using Stylelint, see stylelint-config-twbs-bootstrap for linting rules
compile compile Cleans the dist directory, lints the SCSS, compiles the LTR and RTL dev and min versions. Does the same for the docs
compile:main compile:main Compiles all LTR versions
compile:rtl compile:rtl Compiles all RTL versions
watch watch Watches all files in src, compiling the SCSS when changes are detected
docs docs Cleans the docs/assets/css directory, lints the docs SCSS, compiles the docsSCSS and starts watching the docs SCSS for changes
docs:clean docs:clean Cleans the docs/assets/css directory, removing the directory and it's contents
docs:lint docs:lint Lints the docs SCSS files using Stylelint, see stylelint-config-twbs-bootstrap for linting rules
docs:compile docs:compile Cleans the docs/assets/css directory, lints the docs SCSS and compiles the LTR and RTL versions
docs:compile:main docs:compile:main Compiles the LTR version of the docs SCSS
docs:compile:rtl docs:compile:rtl Compiles the RTL version of the docs SCSS
docs:watch docs:watch Watches all files in docs/_sass, compiling the SCSS when changes are detected
docs:build N/A Builds the docs using Jekyll
docs:serve N/A Serves the docs using Jekyll for development

Contributing

If you have ideas for improvements or changes, feel free to submit an issue, or if you have changes you'd like in the project, feel free to submit a pull request. Make sure you run gulp compile or npm run compile before submitting a pull request to ensure the styles are compiled.

Find out more about contributing here

License


All versions of select2-bootstrap-5-theme with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package apalfrey/select2-bootstrap-5-theme contains the following files

Loading the files please wait ....