Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuelviews/laravel-tailwindcss
Laravel tailwindcss package
https://github.com/fuelviews/laravel-tailwindcss
css fuelviews laravel laravel-tailwindcss php postcss tailwindcss
Last synced: about 1 month ago
JSON representation
Laravel tailwindcss package
- Host: GitHub
- URL: https://github.com/fuelviews/laravel-tailwindcss
- Owner: fuelviews
- License: mit
- Created: 2024-03-20T18:00:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T04:34:15.000Z (4 months ago)
- Last Synced: 2024-09-27T09:21:41.109Z (about 2 months ago)
- Topics: css, fuelviews, laravel, laravel-tailwindcss, php, postcss, tailwindcss
- Language: PHP
- Homepage: https://fuelviews.com
- Size: 62.5 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
[![Latest Version on Packagist](https://img.shields.io/packagist/v/fuelviews/laravel-tailwindcss.svg?style=flat-square)](https://packagist.org/packages/fuelviews/laravel-tailwindcss)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/laravel-tailwindcss/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/fuelviews/laravel-tailwindcss/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/laravel-tailwindcss/fix-php-code-style-issues.yml?label=code%20style&style=flat-square)](https://github.com/fuelviews/laravel-tailwindcss/actions?query=workflow%3A"Fix+PHP+code+style+issues")
[![Total Downloads](https://img.shields.io/packagist/dt/fuelviews/laravel-tailwindcss.svg?style=flat-square)](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.