-
Published Question
We have Laravel application running on the app platform with a VueJs front-end that gets it's data through Axios.
Frequently the api calls to the back-end take a very long time or time out.
The server log shows vario...
2
•
•
By
BrightP
Laravel
DigitalOcean App Platform
-
Published Question
It seems that the app platform always runs the npm install command when it's building a component.
Since we compile our assets on our development platform the npm install command is unnecessary.
When the package.json ...
1
•
•
By
BrightP
Vue.js
DigitalOcean App Platform
-
Published Question
Hi,
I am looking for a way to get our Laravel queue working on the app platform.
For this we've created a Redis DB and want to run the php artisan queue:work command to process the jobs.
For this I have a few question...
Accepted Answer:
Hi 👋🏼
The recommended way to do this is to run the queue runner as a worker component. You would set the run command to php artisan queue:work like you said.
Running it as a worker component removes the need for super...
1
•
•
By
BrightP
Laravel
DigitalOcean App Platform