2017 © Pedro Peláez
 

silverstripe-theme silverstripe-bootstrap-mix

The SilverStripe theme that uses Bootstrap 4 with Laravel Mix

image

eolant/silverstripe-bootstrap-mix

The SilverStripe theme that uses Bootstrap 4 with Laravel Mix

  • Wednesday, April 11, 2018
  • by eolant
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • Scheme
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 60 % Grown

The README.md

SilverStripe 4 Bootstrap 4 Mix

This is a boilerplate base theme for SilverStripe 4 that you can use for all your custom Boostrap 4 themes. It uses Laravel Mix for assets compilation and Browsersync for quick and easy development allowing you to focus on the task at hand, not worrying about front end tools. You can also easily replace Bootstrap for anything else. As well as use SASS, LESS, Stylus. Refer this page for more details about Laravel Mix., (*1)

Installation

composer require eolant/silverstripe-bootstrap-mix
  • Select theme in _config/theme.yml
  • Run npm install from theme directory

Usage

  • Choose your proxy address for Browsersync in webpack.mix.js
  • npm run watch for development
  • npm run prod for production build
Please refer package.json for all commands.

Renaming theme

If you want to rename the theme, make sure to create links to javascript, css, images directories You can execute following commands from theme's directory (replace silverstripe-bootstrap-mix with the new name):, (*2)

rm -rf $(pwd)/../../public/resources/themes/silverstripe-bootstrap-mix
mkdir $(pwd)/../../public/resources/themes/silverstripe-bootstrap-mix
ln -s $(pwd)/javascript $(pwd)/../../public/resources/themes/silverstripe-bootstrap-mix
ln -s $(pwd)/css $(pwd)/../../public/resources/themes/silverstripe-bootstrap-mix
ln -s $(pwd)/images $(pwd)/../../public/resources/themes/silverstripe-bootstrap-mix

The Versions

11/04 2018

dev-master

9999999-dev

The SilverStripe theme that uses Bootstrap 4 with Laravel Mix

  Sources   Download

BSD-3-Clause

The Requires

 

bootstrap theme silverstripe mix

05/04 2018

v1.1

1.1.0.0

The SilverStripe theme that uses Bootstrap 4 with Laravel Mix

  Sources   Download

BSD-3-Clause

The Requires

 

bootstrap theme silverstripe mix

03/04 2018

v1.0

1.0.0.0

The SilverStripe theme that uses Bootstrap 4 with Laravel Mix

  Sources   Download

BSD-3-Clause

The Requires

 

bootstrap theme silverstripe mix