opensynergic / laravel-portal-client
This is my package portal-client
0.0.1
2025-08-07 06:37 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^10.0||^11.0||^12.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^2.0||^3.0
- pestphp/pest-plugin-arch: ^2.5||^3.0
- pestphp/pest-plugin-laravel: ^2.0||^3.0
README
Single sign on laravel integration for App Management Portal
Installation
You can install the package via composer:
composer require opensynergic/laravel-portal-client
Setup
Add this to your .env file
PORTAL_API_URL="http://app-management-portal.test/api"
PORTAL_APP_KEY="582901396285085"
PORTAL_API_URL
is api url from app management portal.
PORTAL_APP_KEY
is a key for the app/website available on app management portal.