An open API service indexing awesome lists of open source software.

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

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