Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
Olav van Schie edited this page Jun 9, 2017 · 7 revisions

Config

To change the Bootstrap version, publish the config file by running the following command:

php artisan vendor:publish --provider="Appstract\BootstrapComponents\BootstrapComponentsServiceProvider"

Now change the version in config/bootstrap-components.php

At this moment Bootstrap 3 and 4 are supported, however the available components can vary.

Customization

If you want to change the components to your own needs, you can publish the files to your project. Run the following command:

php artisan vendor:publish --provider="Appstract\BootstrapComponents\BootstrapComponentsServiceProvider"

You can now find the files under resources/views/vendor/bootstrap-components Of course you can also copy the files manually if you only need to edit a few specific files.

Components

Components docs for Bootstrap 4

Components docs for Bootstrap 3

Clone this wiki locally