Contributors: Takahashi_Fumiki, hametuha
Tags: sns, login
Tested up to: 6.8
Stable tag: 0.8.7
License: GPL 3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Hashboard gives you a user-oriented and extensible dashboard.
Dashboard library for WordPress.
composer require hametuha/hashboard
For debugging the mail sending feature, we use a local SMTP server called mailhog. Since an additional Docker container is added to the standard @wordpress/env, please follow these steps:
- Run
npm startto launch the WordPress Docker image. - Get the location where the Docker image is stored. Run
npm run cli install-pathand copy the last directory (hash value) of the displayed path. Example:c5a62e6d70a5442fdf3872b2db2b666b - Paste the hash value into a file named
.wp_install_pathand save it. This file is ignored by Git. - Run
npm run update. This will executebin/after-start-script.shand add the mailhog container to wp-env. - Access http://localhost:8025 to connect to mailhog.
- The WP Mail SMTP plugin for local development is installed, and with this plugin, all emails sent by WordPress are forwarded to mailhog.
- From the next time, you can start and stop with
npm startandnpm stop.
W.I.P
See releases.
Go Forward While Looking Backward!
https://hametuha.com