A collection of laravel blade components
defstudio/laravel-components is a Laravel package for a collection of laravel blade components.
It currently has 0 GitHub stars and 7.063 downloads on Packagist (latest version v1.0.2).
Install it with composer require defstudio/laravel-components.
Discover more Laravel packages by defstudio
or browse all Laravel packages to compare alternatives.
Last updated
install
composer require defstudio/laravel-components
npm install file-saver axios
Assets
<html>
<head>
<!-- -->
<x-styles/>
<!-- -->
</head>
<body>
<!-- -->
<x-tools/>
</body>
</html>
add these directives at the start of your app main .scss
@import "vendor/defstudio/laravel-components/resources/css/styles";
@import "vendor/defstudio/laravel-components/resources/css/summernote-bs4";
and these at the start of your main .js file
require('../../vendor/defstudio/laravel-components/resources/js/tools');
require('../../vendor/defstudio/laravel-components/resources/js/summernote-bs4');