https://github.com/techwritescode/myblog-phalcon
my modification of invo
https://github.com/techwritescode/myblog-phalcon
Last synced: 12 months ago
JSON representation
my modification of invo
- Host: GitHub
- URL: https://github.com/techwritescode/myblog-phalcon
- Owner: techwritescode
- Created: 2014-12-19T23:30:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-20T22:32:30.000Z (over 11 years ago)
- Last Synced: 2025-06-29T19:30:43.070Z (12 months ago)
- Language: PHP
- Size: 512 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
DEV IN PROGRESS DO NOT USE
Invo based blog
you'll need to create the database and initialize schema:
echo 'CREATE DATABASE invo' | mysql -u root
cat schemas/invo.sql | mysql -u root invo
Thank you phalcon dev-team for your great work on invo