Phalcon is a web framework delivered as a C extension providing high performance and lower resource consumption.
Phalcon Speedup CMS - open source content management system (CMS). Written in Phalcon PHP Framework (version 5.x supported). Please write us if you have any feedback.
Thanks.
The master branch will always contain the latest stable version. If you wish to check older versions or newer ones currently under development, please switch to the relevant branch.
- PHP >= 7.4
- Apache Web Server with mod_rewrite enabled or Nginx Web Server
- Latest stable Phalcon Framework release extension enabled (Tutorial for Wamp: link here)
- MySQL >= 5.7
- Composer
- Copy project to local environment -
git clone git@github.com:tuannguyen29/phalcon-speedup.git
- Copy file
cp .env.example .env
- Edit .env file with your DB connection information
- Install composer, run command:
composer install
- Show list
vendor/bin/phalcon-migrations list --config=migrations.php
- Generate
vendor/bin/phalcon-migrations generate --config=migrations.php
- Run create db
vendor/bin/phalcon-migrations run --config=migrations.php
- Homepage
- Login/Register page
-
Admin page:
- Register account: http://localhost/auth/register
- After access link admin: https://localhost/admin
This admin using AdminLTE template version v2.4.17, link here.
This CMS is built on Invo.
Invo is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors