go2flow / saas-register-login
Go2Flow Registration/Login/Team Package
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/go2flow/saas-register-login
Requires
- php: ^8.0|^8.1|^8.2
- go2flow/psp-client: ~1.0
- illuminate/support: ^v9.18|^v10.0
- laravel/sanctum: ^2.14.1|^3.0
- mpociot/vat-calculator: ^3.3
- nnjeim/world: ^1.1
- spatie/laravel-medialibrary: ^10.3.4
- spatie/laravel-permission: ^v5
README
Installation
- Add TeamsPermission::class to your Middleware Array of Laravel
- Add srl:team_clean_invites command to your App\Console\Kernel (you can run it often eg. every 5 minutes)
- Add srl:team_update_kyc_status command to your App\Console\Kernel (you can run it semi often eg. every hour)