https://github.com/ishanvyas22/cakephp-pluginception-demo
https://github.com/ishanvyas22/cakephp-pluginception-demo
cakephp cakephp-plugin cakephp4
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ishanvyas22/cakephp-pluginception-demo
- Owner: ishanvyas22
- License: mit
- Created: 2023-01-24T14:24:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:41:00.000Z (over 1 year ago)
- Last Synced: 2025-06-13T23:34:35.882Z (9 months ago)
- Topics: cakephp, cakephp-plugin, cakephp4
- Language: PHP
- Homepage:
- Size: 888 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CakePHP Pluginception
A demo application to try out loading plugins as a whole in `Application.php` vs. creating a stand-alone plugin which contains all the dependencies in itself.
## References
- https://stackoverflow.com/a/70184257/3370200