Download the PHP package escolalms/courses-import-export without Composer
On this page you can find all versions of the php package escolalms/courses-import-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download escolalms/courses-import-export
More information about escolalms/courses-import-export
Files in escolalms/courses-import-export
Download escolalms/courses-import-export
More information about escolalms/courses-import-export
Files in escolalms/courses-import-export
Vendor escolalms
Package courses-import-export
Short Description Escola Headless LMS Courses Import Export
License MIT
Package courses-import-export
Short Description Escola Headless LMS Courses Import Export
License MIT
Please rate this library. Is it a good library?
Informations about the package courses-import-export
Courses-Import-Export
What does it do
This package is responsible for dealing courses in .ulam
format
1. Exporting
Export do create zip package in ulam format with content.json
and all essential assets. Export Resource is used for this.
2. Importing
Importing the courses in ulam format.
3. Cloning
Installing
composer require escolalms/course-import-export
php artisan db:seed --class="EscolaLms\CoursesImportExport\Database\Seeders\CoursesExportImportPermissionSeeder"
Endpoints
All the endpoints are defined in swagger
Tests
Run ./vendor/bin/phpunit
to run tests. See tests folder as it's quite good staring point as documentation appendix.
Events
CloneCourseStarted
- event dispatched after course cloning is started.CloneCourseFailed
- event dispatched after unsuccessful course cloning.CloneCourseFinished
- event dispatched after successfully course cloning.
Permissions
Permissions are defined in seeder
All versions of courses-import-export with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
laravel/framework Version >=8.0
zanysoft/laravel-zip Version ^2
escolalms/core Version ^1
laravel/framework Version >=8.0
zanysoft/laravel-zip Version ^2
escolalms/core Version ^1
The package escolalms/courses-import-export contains the following files
Loading the files please wait ....