An opinionated collection of reusable blade partials based on Bootstrap 4 components.
Require the package using composer.
composer require code413/laravel-bootstrap
@include('bs::fields.text', ['name' => 'username'])
@include('bs::btn', ['text' => 'Submit'])
To access and modify all the partials available in this package, run:
php artisan vendor:publish --provider="Code413\LaravelBootstrap\LaravelBootstrapServiceProvider" --tag="views"
This will create a new vendor/bs directory where you can fully customize the survey views to your liking.
The MIT License (MIT). Please see License File for more information.