Module-based platform written on Phalcon Framework
dev-master
2021-09-13 06:09 UTC
Requires
- php: ^7.1
- gumlet/php-image-resize: ^1.9
- guzzlehttp/guzzle: ~6.0
- league/oauth2-google: ^2.2
- phalcon-ext/mailer: ~2.0
- phalcon-plugins/ip-data: ^2.0
- phalcon/cli-options-parser: ^1.2
- phalcon/incubator: ^3.2
- phpmailer/phpmailer: ~6.0
Requires (Dev)
- composer/composer: 1.10.1
- phalcon/ide-stubs: 3.4
This package is auto-updated.
Last update: 2025-03-28 22:51:54 UTC
README
Module-based platform written on Phalcon Framework
Installation
- Add these lines to your composer.json file
"require": {
"phalcon-module-platform/core": "dev-master"
},
"require-dev": {
"phalcon/ide-stubs": "3.4"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Console\\": "console/"
},
"classmap": [
"app/",
"console/"
]
},
"scripts": {
"pmp": "PMP\\Core\\Scripts\\ApplicationController::load"
}
- Run composer update (ignore the warning about scan for classes inside "app/")
composer update
- Install basic application with Admin Panel ('composer pmp help' shows all the options)
composer pmp install application
- Create an empty database and execute the command bellow(answer all the questions)
composer pmp config init
- Find the path to your phalcon-devtools and use it to migrate the core tables. Run the following command and answer Y
php /path/to/phalcon-devtools/phalcon.php migration run --migrations app/migrations/core/