Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bobdenotter/stiff-competition
- Owner: bobdenotter
- License: mit
- Created: 2018-10-24T05:11:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T21:15:29.000Z (over 1 year ago)
- Last Synced: 2024-05-01T20:38:33.395Z (6 months ago)
- Language: PHP
- Homepage: https://stiff-competition.boltcms.io
- Size: 1.35 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```