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

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.

Awesome Lists containing this project

README

          

Laravel TailwindCSS Preset
==========================

[![StyleCI](https://github.styleci.io/repos/281149973/shield?branch=master)](https://github.styleci.io/repos/281149973)
[![Latest Stable Version](https://poser.pugx.org/renoki-co/tailwind-preset/v/stable)](https://packagist.org/packages/renoki-co/tailwind-preset)
[![Total Downloads](https://poser.pugx.org/renoki-co/tailwind-preset/downloads)](https://packagist.org/packages/renoki-co/tailwind-preset)
[![Monthly Downloads](https://poser.pugx.org/renoki-co/tailwind-preset/d/monthly)](https://packagist.org/packages/renoki-co/tailwind-preset)
[![License](https://poser.pugx.org/renoki-co/tailwind-preset/license)](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.

![](renders/login.png)

## 🐛 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.