Skip to content

nowdoc/2025-ai-sandbox

Repository files navigation

AI sandbox

Introduction

This is a simple application with basic setup of Doctrine and Nette.

Installation

You will need PHP 8.4+ and Composer and Git installed.

git clone git@github.com:nowdoc/2025-ai-sandbox.git

Now you have application clonned. It's time to install dependencies.

composer install

Configuration

Nette application is configured in config/config.neon.

You can override parameters in config/local.neon.

Development

DevServer

The easiest way is to use php built-in web server.

## Docker development
make docker-up
# docker compose up

## Local development
# make dev
# php -S 0.0.0.0:8080 -t www

Then visit http://0.0.0.0:8080 in your browser.

Quality Assurance

  • make phpstan - static analysis
  • make cs - code style check
  • make tests - run tests

About

AI sandbox 2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published