Download the PHP package escolalms/tags without Composer
On this page you can find all versions of the php package escolalms/tags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tags
Tags
Features
The lib allows tags
- adding tags to each module
- edit and create multiple tags
See Swagger documented endpoints.
Some tests can also be a great point of start.
To play the content you can use EscolaLMS Tags
Install
composer require escolalms/tags
php artisan migrate
Cors
All the endpoints need to be accesible from other domains, so CORS must be properlly set.
Except of endpoints assets must expose CORS headers as well. You achive that by setting Apache/Nginx/Caddy/Whatever settings - below is example for Nginx for wildcard global access.
Seeder
You can seed library and content with build-in seeders that are accessible with
php artisan tag-permissions:seed
to add permissions
Road map
- caching
- casading delete
- sql foreign keys indexing
- clearup task - deleting temp files, marked for delete
All versions of tags with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
laravel/framework Version >=8.0
escolalms/core Version ^1
escolalms/settings Version ^0
laravel/framework Version >=8.0
escolalms/core Version ^1
escolalms/settings Version ^0
The package escolalms/tags contains the following files
Loading the files please wait ....