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

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 Of course you can also copy the files manually if you only need to edit a few specific files.

🚨 When you publish and customize files, those files wouldn't be updated with package updates. So if there are future updates you have to check the changes yourself.

Only publish the files you need to customize. Because of ☝️

Components

Components docs

Clone this wiki locally