Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

Commit 2831d44

Browse files
update ReadMe.md
1 parent 4cefa6a commit 2831d44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- Laravel Passport v7.4.1
44
- Laravel Ui v1.0.1
55
- Laravel Permission v3.0
6+
- Laravel Datatable v9.6.0
7+
- Laravel JsValidation v2.5.0
68

79
### To Use
810
- create .env file
@@ -14,3 +16,12 @@
1416
- php artisan migrate:refresh
1517
- php artisan passport:install
1618
- php artisan db:seed
19+
20+
### To create default guards, roles, permissions for Laravel Permission by using seeder
21+
- config/custom_guards.php
22+
- config/custom_roles.php
23+
- config/custom_admin_permissions.php
24+
- config/custom_user_permissions.php
25+
26+
### To create Permission and Role from Terminal (Laravel Permission)
27+
https://docs.spatie.be/laravel-permission/v3/basic-usage/artisan/

0 commit comments

Comments
 (0)