Download the PHP package wappcode/gql-pdss-surveys without Composer
On this page you can find all versions of the php package wappcode/gql-pdss-surveys. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wappcode/gql-pdss-surveys
More information about wappcode/gql-pdss-surveys
Files in wappcode/gql-pdss-surveys
Download wappcode/gql-pdss-surveys
More information about wappcode/gql-pdss-surveys
Files in wappcode/gql-pdss-surveys
Vendor wappcode
Package gql-pdss-surveys
Short Description Modulo para administar cuestionarios
License MIT
Package gql-pdss-surveys
Short Description Modulo para administar cuestionarios
License MIT
Please rate this library. Is it a good library?
Informations about the package gql-pdss-surveys
GPD Surveys
Instalar
Editar composer.json
"require": {
"wappcode/gqlpdss-surveys": "dev-master"
}
....
"repositories":[
{
"type": "vcs",
"url": "[email protected]:jesus-abarca-g/gqlpdss-surveys.git"
}
.....
]
Agregar path para entities
// config/doctrine.local.php
"entities"=>[
"GPDAuth\Entities" => __DIR__."/../vendor/wappcode/gqlpdss-surveys/GPDSurvey/src/Entities",
.....
]
Ejecutar
composer dump-autoload -o
Para obtener SQL con la actualización para la base de datos usar
vendor/bin/doctrine orm:schema-tool:update --dump-sql
Para actualizar dirctamente la base de datos usar
vendor/bin/doctrine orm:schema-tool:update --force
All versions of gql-pdss-surveys with dependencies
PHP Build Version
Package Version
The package wappcode/gql-pdss-surveys contains the following files
Loading the files please wait ....