Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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]