defstudio / laravel-components
A collection of laravel blade components
Installs: 5 942
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^7.4|^8.0
- defstudio/supercharged-carbon: ^1.0.0
- illuminate/support: ^8.0|^9.0|^10.0
- maatwebsite/excel: ^3.1
- tightenco/ziggy: ^1.0.0
- dev-master
- v1.0.2
- v1.0.1
- v1.0.0
- v0.12.1
- v0.12.0
- v0.11.1
- v0.11.0
- 0.10.11
- 0.10.1
- 0.10.0
- 0.9.4
- 0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.1
- v0.4.0
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.2.20
- v0.2.19
- v0.2.18
- v0.2.17
- v0.2.16
- v0.2.15
- v0.2.14
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.54
- v0.1.53
- v0.1.52
- v0.1.51
- v0.1.50
- v0.1.48
- v0.1.47
- v0.1.46
- v0.1.45
- v0.1.44
- v0.1.43
- v0.1.42
- v0.1.41
- v0.1.40
- v0.1.39
- v0.1.38
- v0.1.37
- v0.1.36
- v0.1.35
- v0.1.34
- v0.1.33
- v0.1.32
- v0.1.31
- v0.1.30
- v0.1.29
- v0.1.28
- v0.1.27
- v0.1.26
- v0.1.25
- v0.1.24
- v0.1.23
- v0.1.22
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-fabio-ivona-patch-1
- dev-fix_popover
- dev-#9_Dismiss_a_Bootstrap_popover_by_clicking_outside
- dev-fixUpdatedAxiosVersion
- dev-laravel-9
- dev-nuovi-sviluppi
- dev-nicola-posa-patch-3
- dev-mutation-testing
- dev-refactor
- dev-nicola-posa-patch-2
- dev-DateBox
- dev-nicola-posa-patch-1
- dev-modal-show-attribute
- dev-redirect-system
This package is auto-updated.
Last update: 2024-10-18 07:19:46 UTC
README
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');