ctechhindi / cakephp-shell-project
CakePHP Shell Demo Application
v0.1
2018-06-26 10:18 UTC
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-03-20 19:01:56 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)