1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-16 16:52:23 +02:00
6 Console Commands
FreeScout edited this page 2020-09-30 10:48:54 +03:00

Create user

php artisan freescout:create-user

This will guide you through setting up a new user for your FreeScout installation. You'll be prompted for a role (make sure to choose “admin”), first and last name, e-mail address and password. You can then use these when you first login.

Clear cache

php artisan freescout:clear-cache

Clear application cache and cache the config.

Fetch emails

Fetch all emails for the last 3 days:

php artisan freescout:fetch-emails --days=3 --unseen=0

Fetch emails from mailboxes.

Build application

php artisan freescout:build

Build application assets.

Build modules

php artisan freescout:module-build --module_alias=test

Build module or all modules (if module_alias is empty).