Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bobdenotter/stiff-competition

A repo to keep track of how a bunch of PHP CMS'es are doing
https://github.com/bobdenotter/stiff-competition

Last synced: 25 days ago
JSON representation

A repo to keep track of how a bunch of PHP CMS'es are doing

Awesome Lists containing this project

README

        

# Stiff-competition
A repo to keep track of how a bunch of PHP CMS'es are doing. And some projects not built in PHP. And also some things that might not be completely CMS'es.

## Setup

First, configure the DB credentials, in `.env`

Then, run

```bash
bin/console doctrine:database:create
bin/console doctrine:schema:create
```

Update:

```
bin/console app:github
```