https://github.com/renoki-co/tailwind-preset
Laravel TailwindCSS Preset extends the Laravel's UI command to add a new preset for TailwindCSS configuration, leveraged by AlpineJS.
https://github.com/renoki-co/tailwind-preset
css laravel package php preset tailwind tailwindcss ui
Last synced: 6 months ago
JSON representation
Laravel TailwindCSS Preset extends the Laravel's UI command to add a new preset for TailwindCSS configuration, leveraged by AlpineJS.
- Host: GitHub
- URL: https://github.com/renoki-co/tailwind-preset
- Owner: renoki-co
- License: apache-2.0
- Archived: true
- Created: 2020-07-20T15:09:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T11:50:32.000Z (almost 6 years ago)
- Last Synced: 2025-08-16T15:46:56.952Z (11 months ago)
- Topics: css, laravel, package, php, preset, tailwind, tailwindcss, ui
- Language: Blade
- Homepage:
- Size: 63.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Laravel TailwindCSS Preset
==========================
[](https://github.styleci.io/repos/281149973)
[](https://packagist.org/packages/renoki-co/tailwind-preset)
[](https://packagist.org/packages/renoki-co/tailwind-preset)
[](https://packagist.org/packages/renoki-co/tailwind-preset)
[](https://packagist.org/packages/renoki-co/tailwind-preset)
Laravel TailwindCSS Preset extends the Laravel's UI command to add a new preset for TailwindCSS configuration, leveraged by AlpineJS.
## 🤝 Supporting
Renoki Co. on GitHub aims on bringing a lot of open source, MIT-licensed projects and helpful projects to the world. Developing and maintaining projects everyday is a harsh work and tho, we love it.
If you are using your application in your day-to-day job, on presentation demos, hobby projects or even school projects, spread some kind words about our work or sponsor our work. Kind words will touch our chakras and vibe, while the sponsorships will keep the open source projects alive.
## 🚀 Installation
You can install the package via composer:
```bash
composer require --dev renoki-co/tailwind-preset
```
## 🙌 Usage
```bash
$ php artisan ui tailwindcss
```
If you also want the Authentication scaffolding, specify it in the command:
```bash
$ php artisan ui tailwindcss --auth
```
## Logo
The scaffolding comes with a SVG placeholder with Laravel logo, like in the example below. Make sure to search throughout the scaffolding and replace the SVG with your logo.

## 🐛 Testing
``` bash
vendor/bin/phpunit
```
## 🤝 Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## 🔒 Security
If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.
## 🎉 Credits
This package is inspired from [tailwindcomponents/laravel-preset](https://github.com/tailwindcomponents/laravel-preset) and [Tailwind UI](https://tailwindui.com/components).
The contributors are:
- [Alex Renoki](https://github.com/rennokki)
- [All Contributors](../../contributors)
## 📄 License
The MIT License (MIT). Please see [License File](LICENSE) for more information.