Skip to content

Commit 745de29

Browse files
update readme
1 parent 7bcf37f commit 745de29

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Laravel 5.5+ Frontend preset for Tailwind CSS
1+
# Laravel 5.7+ Frontend preset for Tailwind CSS
22

33
A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.com) - a Utility-First CSS Framework for Rapid UI Development.
44

5-
*Current version:* **Tailwind CSS 0.6.4**
5+
*Current version:* **Tailwind CSS 0.6.5**
66

77
## Usage
88

9-
1. Fresh install Laravel >= 5.5.0 and cd to your app.
9+
1. Fresh install Laravel >= 5.7.0 and cd to your app.
1010
2. Install this preset via `composer require laravel-frontend-presets/tailwindcss`. Laravel will automatically discover this package. No need to register the service provider.
1111
3. Use `php artisan preset tailwindcss` for the basic Tailwind CSS preset OR use `php artisan preset tailwindcss-auth` for the basic preset, auth route entry and Tailwind CSS auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)
1212
4. `npm install && npm run dev && npm run dev` (this is required twice, due to the way that `laravel-mix-tailwind` installs the Tailwind CSS dependency)
@@ -31,3 +31,5 @@ The default `tailwind.js` configuration file included by this package simply use
3131
![Reset Password](/screenshots/reset-password.png)
3232

3333
![Dashboard](/screenshots/dashboard.png)
34+
35+
![Verify](/screenshots/verify.png)

screenshots/verify.png

18.1 KB
Loading

0 commit comments

Comments
 (0)