PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Laravel LGPD   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel LGPD
Manage the LGPD law terms and site user acceptance
Author: By
Last change:
Date: 2 years ago
Size: 740 bytes
 

Contents

Class file image Download
{ "name": "thiagoprz/lgpd", "description": "LGPD support package for Laravel", "type": "library", "extra": { "laravel": { "providers": [ "Thiagoprz\\Lgpd\\LgpdServiceProvider" ] } }, "autoload": { "classmap": [ "src/" ], "psr-4": { "Thiagoprz\\Lgpd\\": "src" } }, "require": { "php": "^7.1.3", "thiagoprz/crud-tools": "^0.0", "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0" }, "license": "MIT", "authors": [ { "name": "Thiago Przyczynski", "email": "przyczynski@gmail.com" } ], "minimum-stability": "dev" }