paulbunyannet / wordpress-artisan
Artisan commands to interact with Wordpress
Installs: 18 831
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 4
Open Issues: 0
Requires
- php: ^8.2
- illuminate/console: ^11.0
- illuminate/filesystem: ^11.0
- illuminate/support: ^11.0
Requires (Dev)
- fakerphp/faker: ^1.9.2
- mockery/mockery: ~1
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^11.0
Suggests
- jgrossi/corcel: Needed for using wp:clear-cache command. See https://github.com/corcel/corcel for instructions.
README
wp
wp:down Put Wordpress in maintenance mode
wp:keys Generate Wordpress Authentication keys
wp:up Bring Wordpress back out of maintenance mode
wp:clear-transient-cache Clear all the transient caches from the database
Config
Run php artisan vendor:publish --provider="Pbc\WordpressArtisan\WordpressArtisanServiceProvider" --tag="config" --tag="lang"
to get the configuration and language files and then update as needed.
Commands
Wordpress Maintenance
Put Wordpress in maintenance mode.
Usage
php artisan wp:down
to put WP in maintenance mode
php artisan wp:up
to bring WP back out of maintenance mode
Wordpress Secret Keys
Builds Wordpress authentication keys and applies them to the .env file, similar to the keys generated at https://api.wordpress.org/secret-key/1.1/salt/
Usage
php artisan wp:keys
to generate new keys
Wordpress Clear Transient Cache
Clear all the transient caches from the database. Requires https://github.com/corcel/corcel to be installed and configured.
Usage
php artisan wp:clear-transient-cache
to clear the transient caches from the database
Roadmap
Add other useful artisan commands to interact with wordpress. If you have an idea send in a PR.
License
The wordpress-artisan package is open-sourced software licensed under the MIT license