Skip to content

Commit 50f165e

Browse files
2 parents 08b7805 + 971c1e4 commit 50f165e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ All notable changes to `Argon` frontend preset for Laravel will be documented in
2424

2525
## Version 1.1.0 - 2020-03-18
2626
- Update to Laravel 7.x
27+
28+
## Version 1.1.1 - 2020-09-23
29+
- Update to Laravel 8.x
2730

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

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

3131
1. `Cd` to your Laravel app
3232
2. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
33-
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.
33+
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.
3434
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`
3535
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
3636
5. In your terminal run `composer dump-autoload`

0 commit comments

Comments
 (0)