Skip to content

Commit 1fdcaa5

Browse files
committed
📄 License added
1 parent 48e713f commit 1fdcaa5

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) Sohel Amin
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ An admin panel for managing users, roles, permissions & crud.
3636
3737
## Usage
3838
39-
1. Create some roles.
39+
1. Create some permissions.
4040
41-
2. Create some permissions.
41+
2. Create some roles.
4242
43-
3. Give permission(s) to a role.
43+
3. Assign permission(s) to role.
4444
4545
4. Create user(s) with role.
4646
@@ -75,7 +75,7 @@ An admin panel for managing users, roles, permissions & crud.
7575
}
7676
```
7777
78-
Learn more about ACL from [here](https://laravel.com/docs/5.3/authorization)
78+
Learn more about ACL from [here](https://laravel.com/docs/master/authorization)
7979
8080
For activity log please read `spatie/laravel-activitylog` [docs](https://docs.spatie.be/laravel-activitylog/v2/introduction)
8181
@@ -91,3 +91,7 @@ For activity log please read `spatie/laravel-activitylog` [docs](https://docs.sp
9191
## Author
9292
9393
[Sohel Amin](http://www.sohelamin.com) :email: [Email Me](mailto:sohelamincse@gmail.com)
94+
95+
## License
96+
97+
This project is licensed under the MIT License - see the [License File](LICENSE) for details

0 commit comments

Comments
 (0)