PHP code example of alisafari-dev / laravel-keycloak-sso
1. Go to this page and download the library: Download alisafari-dev/laravel-keycloak-sso library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
alisafari-dev / laravel-keycloak-sso example snippets
#[Fillable(['name', 'email', 'password', 'personal_id'])]
class User extends Authenticatable
{
// ...
}