/var/www/vhosts/ihelp.ro/httpdocs/vendor/maiconpinto/cakephp-adminlte-theme
NameSizeModeActions
config/-0755rm
docs/-0755rm
resources/-0755rm
src/-0755rm
templates/-0755rm
tests/-0755rm
webroot/-0755rm
.gitignore360644editdlrm
composer.json8160644editdlrm
LICENSE10690644editdlrm
phpunit.xml.dist6510644editdlrm
README.md40030644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/maiconpinto/cakephp-adminlte-theme/composer.json (816B)
{ "name": "maiconpinto/cakephp-adminlte-theme", "description": "CakePHP 4.x AdminLTE Theme.", "type": "cakephp-plugin", "keywords": ["cakephp", "templates", "plugin"], "homepage": "https://github.com/maiconpinto/cakephp-adminlte-theme", "license": "MIT", "authors": [ { "name": "Maicon Pinto", "email": "maiconsilva.pinto@gmail.com", "homepage": "https://www.maiconpinto.com.br/", "role": "Author" } ], "require": { "php": ">=7.2.0", "cakephp/cakephp": "^4.0" }, "require-dev": { "phpunit/phpunit": "~8.5.0" }, "autoload": { "psr-4": { "AdminLTE\\": "src" } }, "support": { "issues": "https://github.com/maiconpinto/cakephp-adminlte-theme/issues", "source": "https://github.com/maiconpinto/cakephp-adminlte-theme" } }