An open API service indexing awesome lists of open source software.

https://github.com/defstudio/laravel-components


https://github.com/defstudio/laravel-components

laravel

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

install

`composer require defstudio/laravel-components`

`npm install file-saver axios`

Assets

```html







```

add these directives at the start of your app main .scss

```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

```js
require('../../vendor/defstudio/laravel-components/resources/js/tools');
require('../../vendor/defstudio/laravel-components/resources/js/summernote-bs4');
```