Download the PHP package sylius/bootstrap-theme without Composer
On this page you can find all versions of the php package sylius/bootstrap-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sylius/bootstrap-theme
More information about sylius/bootstrap-theme
Files in sylius/bootstrap-theme
Informations about the package bootstrap-theme
SyliusBootstrapTheme
Sylius Bootstrap theme with build process based on Webpack Encore.
Preview
Homepage
Checkout
Products
Cart
User account
Installation
There are two ways to install a theme. It is possible to copy files in themes/
or add this package as a composer dependency and create a child theme. The instructions below refer to an installation in the theme folder.
Composer installation
Installation as a composer dependency is documented here
Manual installation
1. Copy files from the repository to ./themes/BootstrapTheme
Files/folders to copy:
assets
templates
composer.json
webpack.config.js
2. Install node dependencies
3. Import bootstrap-theme
config in your ./webpack.config.js
4. Edit project configuration
5. Build assets
6. Change theme in the admin panel
- Go to
Configuration > Channels
- Edit desired channel from the list
- Go to
Look & feel > Theme
section - Change theme to
Sylius Bootstrap Theme
Contribution
Quickstart Installation
Localhost
This command will install the selected version of Sylius and the Bootstrap theme with its configuration. You just need to activate the theme in admin panel as described in the point above.
:information_source: To be able to setup the plugin database, remember to configure you database credentials
in install/Application/.env.local
and/or install/Application/.env.test.local
.
Default values : XX=1.12.0 and YY=6.3 and ZZ=8.2
:information_source: To reset (drop database and delete files) test environment: