Skip to content

Commit 4597a64

Browse files
authored
Update README.md
1 parent 04c3e65 commit 4597a64

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,20 @@ This package is to all access and permission rights in any laravel project
88
You can install the package via composer:
99

1010
```bash
11-
composer require :vendor_slug/:package_slug
11+
composer require obrainwave/access-tree
1212
```
1313

1414
You can publish and run the migrations with:
1515

1616
```bash
17-
php artisan vendor:publish --tag=":package_slug-migrations"
17+
php artisan vendor:publish --tag=":access-tree-migrations"
1818
php artisan migrate
1919
```
2020

2121
You can publish the config file with:
2222

2323
```bash
24-
php artisan vendor:publish --tag=":package_slug-config"
25-
```
26-
27-
This is the contents of the published config file:
28-
29-
```php
30-
return [
31-
];
32-
```
33-
34-
Optionally, you can publish the views using
35-
36-
```bash
37-
php artisan vendor:publish --tag=":package_slug-views"
24+
php artisan vendor:publish --tag="access-tree-config"
3825
```
3926

4027
## Usage
@@ -44,12 +31,6 @@ $variable = new VendorName\Skeleton();
4431
echo $variable->echoPhrase('Hello, VendorName!');
4532
```
4633

47-
## Testing
48-
49-
```bash
50-
composer test
51-
```
52-
5334
## Changelog
5435

5536
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
@@ -64,7 +45,7 @@ Please review [our security policy](../../security/policy) on how to report secu
6445

6546
## Credits
6647

67-
- [:author_name](https://github.com/:author_username)
48+
- [Olaiwola Akeem Salau](https://github.com/Obrainwave)
6849
- [All Contributors](../../contributors)
6950

7051
## License

0 commit comments

Comments
 (0)