contributte / doctrine-project
Minimal viable project with Doctrine to Nette (@nette) by @f3l1x
Fund package maintenance!
f3l1x
contributte.org/partners.html
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 4
Type:project
Requires
- php: >=8.2
- contributte/console: ^0.10.1
- contributte/event-dispatcher: ^0.9.1
- latte/latte: ^3.0.16
- nette/application: ^3.2.3
- nette/bootstrap: ^3.2.3
- nette/caching: ^3.2.3
- nette/di: ^3.2.2
- nette/forms: ^3.2.3
- nette/http: ^3.3.0
- nette/utils: ^4.0.4
- nettrine/cache: ^0.3.0
- nettrine/dbal: ^0.8.2
- nettrine/orm: ^0.8.4
- tracy/tracy: ^2.10.7
Requires (Dev)
- contributte/tester: ^0.3.0
- symfony/thanks: ^1.4.0
This package is auto-updated.
Last update: 2024-11-05 05:50:27 UTC
README
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
contributte-doctrine-project1.mp4
Goal
Minimal viable project with Doctrine to Nette (@nette) by @f3l1x.
Demo
https://examples.contributte.org/doctrine-project/
Installation
You will need PHP 8.2+
and Composer.
Create project using composer.
composer create-project -s dev contributte/doctrine-project acme
Now you have application installed. It's time to run it.
Startup
The easiest way is to use php built-in web server.
php -S 0.0.0.0:8000 -t www
Then visit http://localhost:8000 in your browser.
You have to spin up PostgreSQL database. It will load init.sql
file, thus you don't have to create schema manually.
docker compose up
Development
See how to contribute to this package.
This package is currently maintaining by these authors.
Consider to support contributte development team. Also thank you for using this project.