bernskiold / laravel-talentlms
A package for Laravel to interact with the TalentLMS API.
dev-main
2025-06-04 13:22 UTC
Requires
- php: ^8.2
- illuminate/contracts: ^9.0 || ^10.0 || ^11.0 || ^12.0
- laravel/prompts: ^0.1.18 || ^0.2.0 || ^0.3.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0 || ^7.0 || ^8.0
- orchestra/testbench: ^7.0 || ^8.0 || ^9.0 || ^10.0
- pestphp/pest: ^1.0 || ^2.0 || ^3.0
- pestphp/pest-plugin-laravel: ^1.0 || ^2.0 || ^v3.0
This package is auto-updated.
Last update: 2025-06-04 13:23:00 UTC
README
Installation & Usage
You can install the package via composer:
composer require bernskiold/laravel-talentlms
After installing the package, you may publish the configuration file:
php artisan vendor:publish --provider="Bernskiold\LaravelTalentLms\LaravelTalentLmsServiceProvider" --tag="config"
This will publish a talentlms.php
file in your config
directory.
The core configuration parameters for connecting to the Euromonitor API are provided
as environment variables in your .env
file. These are:
TALENTLMS_API_KEY=
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.