Download the PHP package wappcode/gql-pdss-skeleton without Composer
On this page you can find all versions of the php package wappcode/gql-pdss-skeleton. 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 gql-pdss-skeleton
GQL-PDSS Skeleton
Instalar
composer create-project wappcode/gql-pdss-skeleton
Crear archivo config/doctrine.local.php con la configuración de la base de datos
<?php
return [
"driver" => [
'user' => '',
'password' => '',
'dbname' => '',
'driver' => 'pdo_mysql',
'host' => '127.0.0.1',
'charset' => 'utf8mb4'
],
"entities" => require __DIR__ . "/doctrine.entities.php"
];
Iniciar API con el comándo
php -S localhost:8000 public/index.php
Para consultar API Graphql la ruta es http://localhost:8000/api
Configurar como api graphql, rest sin doctrine
Modificar public/index.php
No es necesario crear archivo onfig/doctrine.local.php ni crear una base de datos
All versions of gql-pdss-skeleton with dependencies
PHP Build Version
Package Version
Requires
wappcode/gqlpdss Version
^3.0
The package wappcode/gql-pdss-skeleton contains the following files
Loading the files please wait ....