https://github.com/khaledsaikat/wp-composer
WordPress plugin example using composer
https://github.com/khaledsaikat/wp-composer
Last synced: 4 months ago
JSON representation
WordPress plugin example using composer
- Host: GitHub
- URL: https://github.com/khaledsaikat/wp-composer
- Owner: khaledsaikat
- License: gpl-3.0
- Created: 2015-11-14T11:29:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T12:29:51.000Z (over 9 years ago)
- Last Synced: 2024-12-26T15:12:45.313Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Composer
WordPress plugin example using composerClasses inside models and controllers directory will autoload by composer.
To make instance of controller class we can run Base::load_controllers();Run follwing command to install composer component if you .gitignore vendor directory
```
composer install
```To test the plugin, you can write shortcode [wp-composer] to any page or post.