| Package Data | |
|---|---|
| Maintainer Username: | paulbunyannet |
| Maintainer Contact: | naten@paulbunyan.net (Nate Nolting) |
| Package Create Date: | 2016-04-27 |
| Package Last Update: | 2025-07-25 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:04:51 |
| Package Statistics | |
|---|---|
| Total Downloads: | 21,169 |
| Monthly Downloads: | 162 |
| Daily Downloads: | 11 |
| Total Stars: | 0 |
| Total Watchers: | 3 |
| Total Forks: | 4 |
| Total Open Issues: | 0 |
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
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.
Put Wordpress in maintenance mode.
php artisan wp:down to put WP in maintenance mode
php artisan wp:up to bring WP back out of maintenance mode
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/
php artisan wp:keys to generate new keys
Clear all the transient caches from the database. Requires https://github.com/corcel/corcel to be installed and configured.
php artisan wp:clear-transient-cache to clear the transient caches from the database
Add other useful artisan commands to interact with wordpress. If you have an idea send in a PR.
The wordpress-artisan package is open-sourced software licensed under the MIT license