jefffairson / wp-articles
Convert WP_Post to DTO
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/jefffairson/wp-articles
Requires
- roots/acorn: ^3.1
- spatie/laravel-data: ^3.5
Requires (Dev)
- symfony/var-dumper: ^6.2
README
Installation process
- first ensure Acorn and installed
- init Acorn with the command
wp acorn acorn:initthis will create the required config folder - install WP Articles package in your theme folder
composer require jefffairson/wp-articles - publish the config file
wp acorn vendor:publishif thewparticles-configis not listed, ensure the package was dicovered withwp acorn package:discoverand launch the installation again