duythien / blog
Blog project Multi-lingual Support
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 30
Watchers: 5
Forks: 10
Open Issues: 0
Language:JavaScript
Type:app
Requires
- php: >=5.3.3
- codeception/codeception: *
- michelf/php-markdown: 1.4.1
- phalcon/incubator: dev-master
- phpunit/phpunit: 3.7.*
- squizlabs/php_codesniffer: 1.*
This package is not auto-updated.
Last update: 2025-02-01 17:01:10 UTC
README
Blog project Multi-lingual Support
Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.
This is the official Phalcon blog you can adapt it to your own needs or improve it if you want.
Please write us if you have any feedback.
Thanks.
Requirements
This application uses Github as authentication system, you need a client id and secret id set in the configuration (app/config/config.php)
- Http extension (pecl.php.net/package/pecl_http)
- Curl extension (http://php.net/manual/en/book.curl.php)
- Linux users that compile PHP --with-gettext=shared should include extension=gettext.so(php.ini), if have use XAMP default enable gettext
Phalcon extension > 0.9
Get Started
Requirements
To run this application on your machine, you need at least:
- PHP >= 5.3.3
- Apache Web Server with mod rewrite enabled
- Latest Phalcon Framework extension installed/enabled
Then you'll need to create the database and initialize schema:
echo 'CREATE DATABASE blog' | mysql -u root
cat schemas/blog.sql | mysql -u root blog
Install vendor use composer
composer install
Element in project & Tests
I use (Acl, Auth, Security) in vokuro project and I use editor Markdown in post content, also used bootrsap 2.3.2 frontend and backend
How to use project: go to url below
username:test@zphalcon
pass :zphalcon
Note that I am use Nginx webserver, If problem css change 'baseUri' in config
Thank You
Thank you Phalcon forum suport, and more...
License
Blog is open-sourced software licensed under the New Apache License.