https://github.com/fuelviews/laravel-tailwindcss
Tailwindcss Package
https://github.com/fuelviews/laravel-tailwindcss
css fuelviews laravel laravel-tailwindcss php postcss tailwindcss
Last synced: 3 months ago
JSON representation
Tailwindcss Package
- Host: GitHub
- URL: https://github.com/fuelviews/laravel-tailwindcss
- Owner: fuelviews
- License: mit
- Created: 2024-03-20T18:00:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T10:29:26.000Z (10 months ago)
- Last Synced: 2025-10-26T00:32:13.119Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel tailwindcss package
[](https://packagist.org/packages/fuelviews/laravel-tailwindcss)
[](https://github.com/fuelviews/laravel-tailwindcss/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/fuelviews/laravel-tailwindcss/actions?query=workflow%3A"Fix+PHP+code+style+issues")
[](https://packagist.org/packages/fuelviews/laravel-tailwindcss)
Laravel tailwindcss package offers an effortless solution for integrating the tailwindcss css framework into Laravel projects.
## Installation
You can require the package and it's dependencies via composer:
```bash
composer require fuelviews/laravel-tailwindcss
```
You can install tailwindcss, postcss, and their dependencies with:
```bash
php artisan tailwindcss:install
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Thejmitchener](https://github.com/thejmitchener)
- [Fuelviews](https://github.com/fuelviews)
- [Tailwindcss](https://github.com/tailwindlabs/tailwindcss)
- [All Contributors](../../contributors)
## Support us
Fuelviews is a web development agency based in Portland, Maine. You'll find an overview of all our projects [on our website](https://fuelviews.com).
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.