Skip to content

Commit cee1ddb

Browse files
committed
Refactored README.md to provide a comprehensive description of the Fuelviews Laravel TailwindCSS package and its benefits for Laravel projects. Updated composer.json to include php as a required dependency for the package.
1 parent 336bc00 commit cee1ddb

File tree

3 files changed

+3
-61
lines changed

3 files changed

+3
-61
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/laravel-tailwindcss/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/fuelviews/laravel-tailwindcss/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/fuelviews/laravel-tailwindcss.svg?style=flat-square)](https://packagist.org/packages/fuelviews/laravel-tailwindcss)
77

8-
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
8+
Fuelviews Laravel TailwindCSS package offers an effortless solution for integrating the TailwindCSS framework into Laravel projects, enhancing front-end development with its utility-first CSS approach. It simplifies the process of incorporating TailwindCSS, allowing developers to focus on building their application without the hassle of manual configuration. By providing a straightforward installation and setup procedure, this package ensures that Laravel applications can leverage TailwindCSS's full potential for a more efficient and elegant development workflow.
99

1010
## Installation
1111

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"laravel-tailwindcss",
88
"tailwindcss",
99
"postcss",
10-
"css"
10+
"css",
11+
"php"
1112
],
1213
"homepage": "https://github.com/fuelviews/laravel-tailwindcss",
1314
"license": "MIT",

tests/Feature/Command/TailwindCssCommandTest.php

-59
This file was deleted.

0 commit comments

Comments
 (0)