G
Asked
My database is correct. But he appears this answer.
No database received from install server, please check with developer.
No database received from install server, please check with developer.
- MSAnsweredHello,
Please let me know your license key/purchase code to check.
_You can add private reply by enabling the `PRIVATE for Staff only` at top right of reply section._
Thank you - GAnsweredThe application does not allow changing user passwords
- MSAnsweredHello,
We have updated the Laravel to the latest version and release the update.
The recurring invoice need cron job setup.
```
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
```
Thank you - Login to Reply