Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
contributte-doctrine-project1.mp4
Minimal viable project with Doctrine to Nette (@nette) by @f3l1x.
https://examples.contributte.org/doctrine-project/
You will need PHP 8.4+ and Composer.
Create project using composer.
composer create-project -s dev contributte/doctrine-project acmeNow you have application installed. It's time to run it.
The easiest way is to use php built-in web server.
php -S 0.0.0.0:8000 -t wwwThen 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 upSee 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.