File tree Expand file tree Collapse file tree 1 file changed +1
-38
lines changed
Expand file tree Collapse file tree 1 file changed +1
-38
lines changed Original file line number Diff line number Diff line change @@ -14,47 +14,10 @@ This is where your description should go. Limit it to a paragraph or two. Consid
1414You 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
You can’t perform that action at this time.
0 commit comments