Neato! A web directory created for CGHMN
https://neato.directory
- PHP 85.3%
- Twig 12.8%
- JavaScript 1.9%
|
|
||
|---|---|---|
| assets | ||
| bin | ||
| config | ||
| migrations | ||
| public | ||
| src | ||
| templates | ||
| tests | ||
| translations | ||
| .editorconfig | ||
| .env | ||
| .env.dev | ||
| .env.test | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| importmap.php | ||
| LICENSE.md | ||
| phpunit.dist.xml | ||
| README.md | ||
| symfony.lock | ||
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
- Clone project into directory
- Create a
env.localfile to hold local settings - run
composer installto install dependencies - run
php bin/console doctrine:migration:migrateto set up the database - run
php bin/console app:default-datato populate default data