-
When I run `php artisan schedule:run`
the email fetching does not work
When I run `php artisan handesk:parseNewEmails`
the email fetching DOES work. I did no changes in kernel.php
Any ideas why th…
robov updated
5 years ago
-
My application submits normal invoices perfectly fine.
When I try to set repeating invoices and save I just get a null object return with no errors to work off.
I want the Invoice to be generate…
-
Apart from the [ActivityLog class](https://github.com/indianracingcommunity/RLIProject/blob/53fb58d3c4fa46ceb956aae9770b1bd79363e3de/config/activitylog.php#L4), which logs every action (non-GET) to th…
-
### Is your feature request related to a problem? Please describe.
snipe-it in docker is works a bit like a vm in a docker container. it installs lots of packages (some of them are not needed) to run…
-
We just need to set up the Laravel command and crontab entry so that autologout works.
The autologout logic needs to
1. select all the kiosk_schedule entries by kiosk
2. go through each kiosk …
-
All of the helper functions in [Illuminate/FoundationHelpers.php](https://github.com/laravel/framework/blob/5.8/src/Illuminate/Foundation/helpers.php) are wrapped in `function_exists()` checks to see …
-
Hi Bret,
First of all, I'd like to thank you for a very good course on Udemy "Docker Swarm Mastery", I'm looking forward to watch new lessons.
Some time ago (early days for Docker) I created a l…
-
Before submitting your issue, please make sure that you've checked all of the checkboxes below.
- [X] You're running the [latest release](https://github.com/REBElinBLUE/deployer/releases/latest) ve…
-
1. Your software version (Screenshot of your startup)
Run inside a docker container of ubuntu:latest
```Dockerfile
FROM ubuntu:latest
ARG WWWUSER=1000
ARG XDEBUG_HOST=host.docker.internal
…
-
Laravel 9 is now released - when can we expect to see Laravel 9 support here?