-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Praesidiarius
committed
Jan 23, 2020
1 parent
d1b63e0
commit 6cbea9d
Showing
5 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
}, | ||
"require": { | ||
"php": "^7.1", | ||
"oneplace/oneplace-core": "^1.0.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# oneplace-user | ||
|
||
onePlace User Module. Manage Users, Permissions and User Settings | ||
|
||
## Installation | ||
|
||
onePlace User Module is required by onePlace X Core and so its | ||
automatically installed once you install onePlace Core using composer. | ||
|
||
So if you already have onePlace Core, theres no need to do anything | ||
for installation. | ||
|
||
if you want to use onePlace User Module for your own project | ||
you can add it with composer | ||
|
||
```bash | ||
$ composer require oneplace/oneplace-user | ||
``` | ||
|
||
## Support | ||
* Issues: [github.com/oneplc/plc_x_user/issues](https://github.com/oneplc/plc_x_user/issues) | ||
* Source: [github.com/oneplc/plc_x_user/](https://github.com/oneplc/plc_x_user/) | ||
* Telegram Group: [t.me/oneplc](https://t.me/oneplc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters