Skip to content

code413/laravel-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Bootstrap

An opinionated collection of reusable blade partials based on Bootstrap 4 components.

Installation

Require the package using composer.

composer require code413/laravel-bootstrap

Usage

Fields

@include('bs::fields.text', ['name' => 'username'])

Buttons

@include('bs::btn', ['text' => 'Submit'])

Configuration

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.

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published