https://github.com/defstudio/laravel-components
https://github.com/defstudio/laravel-components
laravel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/defstudio/laravel-components
- Owner: defstudio
- Created: 2021-02-18T15:50:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T16:00:31.000Z (about 1 year ago)
- Last Synced: 2025-10-28T02:59:13.593Z (7 months ago)
- Topics: laravel
- Language: JavaScript
- Size: 799 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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');
```