PWBS-4 is a profile based on the "minimal site profile (intermediate edition)" and bundled with Boostrap v4.4.1.
- Bootstrap SASS
- Font-Awesome SASS
- Render / helpers functions for :
- Simple ul navigation
- Bootstrap Multi-level navbar
- Bootstrap Carousel
- Bootstrap Cards
- Bootstrap Jumbotron
- Bootstrap Accordion
- jQuery
- Popper.js
- Bootstrap
- FontAwesome
You'll want to install the following on your system before proceeding:
- Download the zip file at Github or clone directly the repo:
git clone [email protected]:flydev-fr/site-pwbs4.git
and skip the step 2. - Extract the folder site-pwbs4-master into a fresh ProcessWire installation root folder.
- During the installation of ProcessWire, choose the profile "ProcessWire Bootstrap 4 profile".
You can find the development file (CSS/SCSS/JS) in site/assets/dev/src
The profile can be used as is only with $config->debug
set to false
. To use it in debug mode, you are required to install the dependencies with the package manager.
Open a terminal in site/assets/dev
and execute the following command-line: yarn
Available commands :
- Rebuild, minify and bundle assets for release :
yarn build
- Bootstrap v4 documentation
- ProcessWire documentation
- ProcessWire Forum: bootstrap tag
- ProcessWire Forum: bootstrap related posts
- The ProcessWire staff
- Inspiration from @gebeer and his Bootstrap 3 profile post