This package includes a variety of functionalities. Depending on your needs, you may utilize all or a subset of the features:
The Laravel SDK is hosted on Github. Feel free to use, modify, or expand it in accordance with the MIT license.
From the page, you can either clone the source code or download any of the released archives.
In most cases, downloading via composer would be the best option.
composer require ssofy/laravel-server:^2.0.0
The SSOfy Laravel (Server) Package is meant to be highly customizable.
After successfully installing the package, you can use the following artisan commands to publish the related assets, depending on the level of customization you need.
All-at-once:
php artisan vendor:publish --tag=ssofy
Partial:
php artisan vendor:publish --tag=ssofy:config
php artisan vendor:publish --tag=ssofy:route
php artisan vendor:publish --tag=ssofy:views
php artisan vendor:publish --tag=ssofy:migrations
This will create the following files: