jefffairson / wp-articles
Convert WP_Post to DTO
0.2.3
2026-01-06 09:25 UTC
Requires
- roots/acorn: ^5.0
- spatie/laravel-data: ^4.0
Requires (Dev)
- symfony/var-dumper: ^7.0
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