Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/madbob/larastrap
Opinionated Bootstrap5 components for Laravel.
https://larastrap.madbob.org/
https://gitlab.com/madbob/larastrap
blade bootstrap5 components laravel ui
Last synced: 3 days ago
JSON representation
Opinionated Bootstrap5 components for Laravel. https://larastrap.madbob.org/
- Host: gitlab.com
- URL: https://gitlab.com/madbob/larastrap
- Owner: madbob
- License: mit
- Created: 2021-07-18T17:42:45.143Z (over 3 years ago)
- Default Branch: master
- Last Synced: 2025-01-31T22:51:16.320Z (14 days ago)
- Topics: blade, bootstrap5, components, laravel, ui
- Stars: 8
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Larastrap
Larastrap is an opinionated set of Bootstrap 5 components for Laravel.
Find all the documentation on https://larastrap.madbob.org/
## Install
```
composer require madbob/larastrap
php artisan vendor:publish --provider="MadBob\Larastrap\LarastrapServiceProvider" --tag=config
```Remeber to include the Bootstrap 5 assets (both CSS and JS) in your pages!
## License
This code is free software, licensed under the MIT License. See the LICENSE.txt file for more details.
Copyright (C) 2021/2024 Roberto Guido [email protected]