Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit b6b1191

Browse files
author
Matt Fletcher
committed
Update README
1 parent 0c18e66 commit b6b1191

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To turn the base Laravel install into a UIkit skeleton site, follow the steps be
3838
composer require torrix/laravel-ui-uikit
3939
```
4040

41-
2. Run the artisan command to install the preset into your Laravel install. It will ask you if you'd like to overwrite welcome.blade.php. As long as you haven't started changing your blade files, this is fine to proceed with:
41+
2. Run the artisan command to install the preset into your Laravel install. It will overwrite welcome.blade.php, so do not run this on established projects with changes made to that file. You can run the command with or without the `--auth` flag; this will determine whether or not the login/register routes & views are generated.
4242

4343
```
4444
php artisan ui uikit --auth

0 commit comments

Comments
 (0)