Skip to content

Commit 971c1e4

Browse files
Update readme.md
1 parent bfc4d04 commit 971c1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Argon Frontend Preset For Laravel Framework 5.5 and Up
1+
# Argon Frontend Preset For Laravel Framework 8.x and Up
22

33
![version](https://img.shields.io/badge/version-1.0.12-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/laravel-frontend-presets/argon.svg?maxAge=2592000)](https://github.com/laravel-frontend-presets/argon/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/laravel-frontend-presets/argon.svg?maxAge=2592000)](https://github.com/laravel-frontend-presets/argon/issues?q=is%3Aissue+is%3Aclosed)
44

@@ -29,7 +29,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
2929

3030
1. `Cd` to your Laravel app
3131
2. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
32-
3. Install this preset via `composer require laravel-frontend-presets/argon`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
32+
3. Install this preset via `composer require laravel-frontend-presets/argon`. No need to register the service provider. Laravel 8.x & up can auto detect the package.
3333
4. Run `php artisan ui argon` command to install the Argon preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`
3434
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
3535
5. In your terminal run `composer dump-autoload`

0 commit comments

Comments
 (0)