ctechhindi / cakephp-shell-project
CakePHP Shell Demo Application
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Type:project
pkg:composer/ctechhindi/cakephp-shell-project
Requires
- php: >=5.6
- cakephp/cakephp: 3.6.*
- cakephp/migrations: ^1.8.0
- cakephp/plugin-installer: ^1.0
- josegonzalez/dotenv: 3.*
- mobiledetect/mobiledetectlib: 2.*
- phpmailer/phpmailer: ^6.0
Requires (Dev)
- cakephp/bake: ^1.1
- cakephp/cakephp-codesniffer: ^3.0
- cakephp/debug_kit: ^3.15.0
- psy/psysh: @stable
Suggests
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2025-10-16 21:40:39 UTC
README
A skeleton for creating applications with CakePHP 3.x.
CakePHP 3.6 Shell Video Tutorials
Requirements
- PHP 5.6.8
- CakePHP 3.6
Git Commit's
- Execute Shell Command from Controller
- Send Mail with CakePHP Shell Command
- Send Mail with PHPMailer Library
- Use Log
- Use CakePHP Shell
- Setup (Installing)