You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Laravel 5.7+ Frontend preset for Tailwind CSS
1
+
# Laravel 6.0+ Frontend preset for Tailwind CSS
2
2
3
3
A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.com) - a Utility-First CSS Framework for Rapid UI Development.
4
4
5
5
## Usage
6
6
7
-
1. Fresh install Laravel >= 5.7.0 and cd to your app.
8
-
2. Install this preset via `composer require laravel-frontend-presets/tailwindcss --dev`. Laravel will automatically discover this package. No need to register the service provider.
7
+
1. Fresh install Laravel >= 6.0 and cd to your app.
8
+
2. Install this preset via `composer require --dev laravel-frontend-presets/tailwindcss --dev`. Laravel will automatically discover this package. No need to register the service provider.
0 commit comments