Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-components maintained by defstudio

Description
A collection of laravel blade components
Last update
2025/03/24 17:00 (dev-master)
License
Links
Downloads
7 049

Comments
comments powered by Disqus

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');