File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,10 @@ The library will automatically manage the registration and login process, with s
1212- [ ] Brute force attacks
1313
1414
15- Please remember that this library is still being developed, some features might not be already available and others might not work at all 😊.
16-
17-
1815## How to install the library:
19- 1 . Add the following code block to the composer.json file:
20- ``` json
21- "repositories" : [
22- {
23- "type" : " vcs" ,
24- "url" : " git@github.com:franky5831/CI4-PCKG-UserLib.git"
25- }
26- ],
27- ```
28- Since this is a private repository, you need to add that line to your composer.json file.
29-
30- 2 . Run the following command in your terminal:
16+ Run the following command in your terminal:
3117``` bash
32- composer require franky5831/ci4-pckg-test
18+ composer require franky5831/codeigniter4-user-library
3319```
20+
21+ Please remember that this library is still being developed, some features might not be already available and others might not work at all 😊.
You can’t perform that action at this time.
0 commit comments