Jump to content

Main public logs

Combined display of all available logs of Waggybytes Learning. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:47, 20 February 2026 AndyHeathershaw talk contribs created page Waggybytes Intranet:Software:Simply Remind Me (Created page with "{{DISPLAYTITLE:Simply Remind Me}} ==== Creating a token for backend services ==== To create a new token to use for the backend services, run the following PHP code within a "tinker" session in the API project. cd /srv/www/remind-me-api.andysh.dev php artisan tinker Waggybytes\SimplyRemindMe\Library\Models\User::find(1)->createToken('testing', ['backend-service'])->plainTextToken; ==== Updating the backend services ==== To update the services on a machine, use Rclon...") Tag: Visual edit