An open API service indexing awesome lists of open source software.

https://github.com/nextras/orm-demo-nette

ORM demo in Nette framework
https://github.com/nextras/orm-demo-nette

nextras nextras-demo orm php

Last synced: 9 months ago
JSON representation

ORM demo in Nette framework

Awesome Lists containing this project

README

          

Nextras Orm Demo in Nette Framework
===================================

[![PHPStan](https://github.com/nextras/orm-demo-nette/actions/workflows/build.yml/badge.svg)](https://github.com/nextras/orm-demo-nette/actions/workflows/build.yml)

Demo of [Nextras Orm](https://github.com/nextras/orm).

Set up:
- configure `config/db.local.neon`, see example file in the same directory;
- run migrations via `bin/console migrations:reset`