File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -8,33 +8,20 @@ This package is to all access and permission rights in any laravel project
88You can install the package via composer:
99
1010``` bash
11- composer require :vendor_slug/:package_slug
11+ composer require obrainwave/access-tree
1212```
1313
1414You 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"
1818php artisan migrate
1919```
2020
2121You 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();
4431echo $variable->echoPhrase('Hello, VendorName!');
4532```
4633
47- ## Testing
48-
49- ``` bash
50- composer test
51- ```
52-
5334## Changelog
5435
5536Please 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
You can’t perform that action at this time.
0 commit comments