Skip to content

Commit b383e6d

Browse files
committed
Adjust README.md
1 parent 7ce256b commit b383e6d

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

README.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,47 +14,10 @@ This is where your description should go. Limit it to a paragraph or two. Consid
1414
You can install the package via composer:
1515

1616
```bash
17-
composer require backstage/user-management
17+
composer require backstage/users && php artisan backstage:users:install
1818
```
1919

20-
You can publish and run the migrations with:
2120

22-
```bash
23-
php artisan vendor:publish --tag="user-management-migrations"
24-
php artisan migrate
25-
```
26-
27-
You can publish the config file with:
28-
29-
```bash
30-
php artisan vendor:publish --tag="user-management-config"
31-
```
32-
33-
Optionally, you can publish the views using
34-
35-
```bash
36-
php artisan vendor:publish --tag="user-management-views"
37-
```
38-
39-
This is the contents of the published config file:
40-
41-
```php
42-
return [
43-
];
44-
```
45-
46-
## Usage
47-
48-
```php
49-
$users = new Backstage\Filament\Users\Users();
50-
echo $users->echoPhrase('Hello, Backstage!');
51-
```
52-
53-
## Testing
54-
55-
```bash
56-
composer test
57-
```
5821

5922
## Changelog
6023

0 commit comments

Comments
 (0)