escolalms/csv-users
Escola Headless LMS CSV Users
Maintainers
Requires
- php: >=7.4
- escolalms/auth: ^0
- laravel/framework: >=8.0
- maatwebsite/excel: ^3.1
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 2c52b8bb7a9dac8435f1df8c4a353b2584366c6e
- Maciej Rymarz <maciej.rymarz.woop@escolasoft.com>
This package is auto-updated.
Last update: 2026-06-28 14:30:09 UTC
README
👁 swagger
👁 codecov
👁 phpunit
👁 downloads
👁 downloads
👁 downloads
👁 Maintainability
👁 Test Coverage
What does it do
This package is used to export and import users in the .csv format.
Installation
composer require escolalms/csv-usersphp artisan db:seed --class="EscolaLms\CsvUsers\Database\Seeders\CsvUsersPermissionSeeder"
Example
| id | name | first_name | last_name | country | is_active | created_at | onboarding_completed | email_verified | interests | avatar | roles | permissions | path_avatar | contact | bio | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16 | Valentine Wehnner | Valentine | Wehnner | jhyatt@example.net | Poland | 2021-10-14T15:50:28.000000Z | TRUE | TRUE | LMS | localhost/storage/avatars/16/logo.png | ["tutor"] | ["access dashboard"] | avatars/16/logo.png | 1234567 | bio |
-
Export uses fields from
EscolaLms\Auth\Http\Resources\UserFullResource -
Import uses the
updateorcreatemethod fromEscolaLms\Auth\Repositories\Contracts\UserRepositoryContract. If the email exists in the database, the user's data is updated. Otherwise, a new user is created.
Endpoints
All the endpoints are defined in 👁 swagger
Tests
Run ./vendor/bin/phpunit to run tests. Test details
👁 codecov
👁 phpunit
Events
EscolaLms\CsvUsers\Events\EscolaLmsImportedNewUserTemplateEvent=> Event is dispatched after importing a new user.
How to use this on frontend
Admin panel
Import and export button
👁 Import / export button
Permissions
Permissions are defined in seeder
