Neato! A web directory created for CGHMN https://neato.directory
  • PHP 85.3%
  • Twig 12.8%
  • JavaScript 1.9%
Find a file
2026-02-21 19:48:41 -05:00
assets Initial commit 2026-01-06 17:48:11 -05:00
bin Initial commit 2026-01-06 17:48:11 -05:00
config Fixing an issue with email from address, and added a missing hr 2026-02-21 19:34:47 -05:00
migrations Adding a password recovery system for guides. 2026-02-21 18:18:12 -05:00
public Adding commands to create Users, Feeds, and Categories 2026-01-31 17:47:37 -05:00
src Removing a debugging message that shouldn't be in production 2026-02-21 19:48:25 -05:00
templates Fixing an issue with email from address, and added a missing hr 2026-02-21 19:34:47 -05:00
tests Initial commit 2026-01-06 17:48:11 -05:00
translations Initial commit 2026-01-06 17:48:11 -05:00
.editorconfig Initial commit 2026-01-06 17:48:11 -05:00
.env Initial commit 2026-01-06 17:48:11 -05:00
.env.dev Initial commit 2026-01-06 17:48:11 -05:00
.env.test Initial commit 2026-01-06 17:48:11 -05:00
.gitignore Initial commit 2026-01-06 17:48:11 -05:00
composer.json Adding a password recovery system for guides. 2026-02-21 18:18:12 -05:00
composer.lock Adding a password recovery system for guides. 2026-02-21 18:18:12 -05:00
importmap.php Initial commit 2026-01-06 17:48:11 -05:00
LICENSE.md Moving readme and adding a license 2026-02-02 16:14:10 -05:00
phpunit.dist.xml Initial commit 2026-01-06 17:48:11 -05:00
README.md Moving readme and adding a license 2026-02-02 16:14:10 -05:00
symfony.lock Adding a password recovery system for guides. 2026-02-21 18:18:12 -05:00

Neato!

Neato! is a web directory, originally created for CGHMN, that allows people to share and discover services and resources on the network.

Requirements

  • A webserver that supports PHP
  • PHP 8.4
  • Composer
  • A database of some kind

Installation

  1. Clone project into directory
  2. Create a env.local file to hold local settings
  3. run composer install to install dependencies
  4. run php bin/console doctrine:migration:migrate to set up the database
  5. run php bin/console app:default-data to populate default data