Bootstrap 4 Minimal site profile for ProcessWire
PWBS-4 is a profile based on the "minimal site profile (intermediate edition)" and bundled with Boostrap v4.4.1.
Features- Bootstrap SASS
- Font-Awesome SASS
- Render / helpers functions for :
- Simple ul navigation
- Bootstrap Multi-level navbar
- Bootstrap Carousel
- Bootstrap Cards
- Bootstrap Jumbotron
- Bootstrap Accordion
Dependencies- jQuery
- Popper.js
- Bootstrap
- FontAwesome
Prequisites
- Simple ul navigation
- Bootstrap Multi-level navbar
- Bootstrap Carousel
- Bootstrap Cards
- Bootstrap Jumbotron
- Bootstrap Accordion
- jQuery
- Popper.js
- Bootstrap
- FontAwesome
Prequisites
You'll want to install the following on your system before proceeding:
How To Install- Download the zip file at Github or clone directly the repo:
git clone git@github.com: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".
After installation
git clone git@github.com:flydev-fr/site-pwbs4.git
and skip the step 2.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
References- Bootstrap v4 documentation
- ProcessWire documentation
- ProcessWire Forum: bootstrap tag
- ProcessWire Forum: bootstrap related posts
Credits- The ProcessWire staff
- Inspiration from @gebeer and his Bootstrap 3 profile post
- The ProcessWire staff
- Inspiration from @gebeer and his Bootstrap 3 profile post
Install and use modules at your own risk. Always have a site and database backup before installing new modules.