Download the PHP package biteit/nette-react-graphql without Composer
On this page you can find all versions of the php package biteit/nette-react-graphql. 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 nette-react-graphql
This is a basic project that includes PHP Nette + Nextras ORM as backend and using React + UrQL for GraphQL api.
- run
composer install
- create
config.local.neon
inconfig
folder - enter
www/app
folder - run
yarn install
ornpm install
- go into
www/app/graphql
folder and run shema generation fromschema.graphql
file - run
yarn schema
to generate GraphQL schema for React - run your PHP server in the
www
folder (iephp -S localhost:8000
) - run the React app (by running
yarn start
in thewww/app
folder) - your React App should start and you should see
Hello World
in the console - that means the test GraphQL query ran successfuly.
All versions of nette-react-graphql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
nette/application Version ^3.1
nette/bootstrap Version ^3.1
nette/caching Version ^3.1
nette/finder Version ^2.5
nette/http Version ^3.1
nette/mail Version ^3.1
nette/robot-loader Version ^3.3
nette/security Version ^3.1
nette/utils Version ^3.2
tracy/tracy Version ^2.8
portiny/graphql-nette Version ^6.1
nextras/orm Version ^4.0
nette/application Version ^3.1
nette/bootstrap Version ^3.1
nette/caching Version ^3.1
nette/finder Version ^2.5
nette/http Version ^3.1
nette/mail Version ^3.1
nette/robot-loader Version ^3.3
nette/security Version ^3.1
nette/utils Version ^3.2
tracy/tracy Version ^2.8
portiny/graphql-nette Version ^6.1
nextras/orm Version ^4.0
The package biteit/nette-react-graphql contains the following files
Loading the files please wait ....