Browse AI Field GuideForum Podcast
All ThreadsLeaderboard
  1. Discussions

    1. Popular This Week
    2. Popular All Time
    3. Solved
    4. Unsolved
    5. No Replies Yet

LunaTMT's avatar

npm run dev [ERROR] Unexpected "%"

Could someone please help me figure out how to go about solving this issue. My project was running absolutely fine yesterday. When i boot it up today using docker, I am having npm issues. npm run dev dev vite VITE v6.2.2 ready in 188 ms ➜ Local: ➜ press h + enter to show help LARAVEL v11.37.0 plugin v1.2.0 ➜ APP_URL: ✘ [ERROR] Unexpected "%" axios:1:0: 1 │ %!

LunaTMT's avatar
LunaTMT's avatar RemiM1yr agoReact
5
1,156
Last reply by RemiM 1yr ago
rhymesey's avatar

Using SOAP Client with Laravel Vapor

Hi, I'm building an API to be hosted with Laravel Vapor. The code works on my machine but when I deploy it to Laravel Vapor I get an error where it can't find the WSDL file. I am using the app_path() helper to get the full path to pass into the SoapClient for the local WSDL file. $client = new SoapClient(app_path('Services/MyService/Pull.wsdl'), $params); Initially I was getti

rhymesey's avatar
rhymesey's avatar rhymesey1yr agoVapor
0
1
javalos06's avatar

Laravel Passport deploy problem

Hi All, I'm having an issue with Laravel Passport. I'm working on a Laravel API project, which is built using Docker. Every time I deploy, I regenerate the vendor folder with the following commands: RUN /usr/local/bin/composer install RUN php artisan passport:install However, running passport:install generates new private and public keys, causing my API users to become unauthen

javalos06's avatar
javalos06's avatar javalos061yr agoLaravel
0
1
Sturm's avatar

Changing the default PostgreSQL port with Herd

I am attempting to run my existing Laravel 11 project with Herd on Windows. To avoid conflicting with a Docker PostgreSQL container already using port 5432, I set up the PostgreSQL service in Herd to use port 5433. I also changed the port number in the .env file to reflect that. I even opened up the postgresql.conf file in Herd's config directory, uncommented the port = line, c

Sturm's avatar
Sturm's avatar Sturm1yr agoGeneral
2
4
Last reply by Sturm 1yr ago
lara220120's avatar

Laravel 10 + Nova 4 Error - Inertia requests must receive a valid Inertia response

# Current Environment (Local docker) "php": "8.1" "laravel/nova": "4.35.6" "laravel/framework": "10.45.28" I have been racking my brains for days over this problem and could not fix it yet. I would be so appreciate if someone could help me! After upgrading my application from Laravel 9 to 10 by following the Upgrade G

lara220120's avatar
lara220120's avatar grandgarag...1yr agoNova
1
1
Last reply by grandgarage 1yr ago
DHycken's avatar

Dockerization leads to inertiajs routes not working

Hello, I'm trying to dockerize my laravel, inertiajs, vue setup but I keep getting 404 results in laravel font. I believe I have narrowed down the issue to inertiajs but what exactly is wrong here I am unsure about, something about how inertiajs serves routes(? a SPA?). I'd appreciate any insight or feedback on what could be wrong. My stack is laravel, inertiajs, vue3, docker,

DHycken's avatar
DHycken's avatar DHycken1yr agoInertia
3
1
Last reply by DHycken 1yr ago
murilo's avatar

using library php-spellchecker in laravel

hello, have some one tryed to use this class in laravel ? https://laravel-news.com/php-spellchecker I managed to install hunspell in my docker , but I didn managed to use this class with hunspell

murilo's avatar
murilo's avatar LaryAI1yr agoLaravel
1
2
Last reply by LaryAI 1yr ago
ShahedPHP's avatar

Git

Majority of the websites I make uses Laravel, NGINX, MySQL. I have just dived into learning how to use Docker. As time goes on my knowledge and experience will definitely improve. So, now I want to use Git (Gitlab) to push my files to my server. Should I initialise Git in my local environment? Or within the Docker? I’d really like to manage and deploy my websites in an efficien

ShahedPHP's avatar
ShahedPHP's avatar ShahedPHP1yr agoTips
3
1
Last reply by ShahedPHP 1yr ago
lara404571's avatar

Deploying from Laravel Sail

I enjoy developing on Laravel Sail and I am looking for ways to deploy using Docker. Personally I wouldn't mind deploying Sail as it is, but I tried that once and I got persmissions issues on the server (which I'm sure can be fixed) I've deployed a basic laravel app with https://github.com/refactorian/laravel-docker/tree/main and it worked, but I was getting 500ms response time

lara404571's avatar
lara404571's avatar LaryAI1yr agoDevOps
1
5
Last reply by LaryAI 1yr ago
longestdrive's avatar

Responding to Pusher Events across Livewire components failing on staging server

I've been able to set up pusher and send, receive and respond to events on my local machine (docker using Laravel Sail). Each Livewire component across different pages responds to the event from pusher and does it's thing! However, on my staging server only one component is responding to the event. The other fails to respond even though it appears the livewire component's event

longestdrive's avatar
longestdrive's avatar longestdri...1yr agoLivewire
2
1
Last reply by longestdrive 1yr ago
longestdrive's avatar

Composer issues removing a package with Sail/Docker

I'm having issues trying to remove a package from my composer.json. No matter what I try the package persists despite it no longer featuring in composer.json and it appears to persist in composer.lock despite deleting composer.lock and getting composer to rebuild. I'm using sail/docker as my development machine I'm trying to remove: laravelcollective/html - due to warnings of

longestdrive's avatar
longestdrive's avatar longestdri...1yr agoLaravel
3
1
Last reply by longestdrive 1yr ago
PetroGromovo's avatar

Why I got error Permission denied in lavavel sail app and cannot fix them?

I try to run laravel with docker sail and on sail command have output : $ ./vendor/bin/sail up [+] Running 7/0 ✔ Container projectname-minio-1 Running 0.0s ✔

PetroGromovo's avatar
PetroGromovo's avatar owis-sabry1yr agoGeneral
5
1
Last reply by owis-sabry 1yr ago
mauritz-fhd's avatar

Laravel handeling multiple domains behind reverse prxy

I'm trying to set up a server for an application that handles differently depending on the domain the request originated from. So a request from abc.company.com gets different content than xyz.company.com I'm using docker to containerize the application and apache as an reverse proxy My apache config looks like this: <VirtualHost *:80> ErrorLog ${APACHE_LOG_DIR}/e

mauritz-fhd's avatar
mauritz-fhd's avatar mauritz-fh...1yr agoDevOps
1
1
Last reply by mauritz-fhd 1yr ago
mhballa's avatar

laravel error undefined variable

I have been following Laracast 30 day to learn Laravel, everything was going great until ep5 when we started with props result in an error : Undefined variable $active @props(['active']) <a class="{{ $active ? 'bg-gray-900 text-white':'text-gray-300 hover:bg-gray-700 hover:text-white rounded-md'}} rounded-md px-3 py-2 text-sm font-medium" aria-current="

mhballa's avatar
mhballa's avatar Snapey1yr agoLaravel
8
3
Last reply by Snapey 1yr ago
alex32's avatar

laravel 11 installation | server not working

I've just installed laravel on a wsl folder with phpMyAdmin (through docker-compose) phpMyAdmin works fine, but Laravel welcome page doesn't load. What happen? Thanks laravel 11.36 sail up is working but the url localhost return page not found. artisan serve: sail artisan serve PHP Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT

alex32's avatar
alex32's avatar jlrdw1yr agoLaravel
2
1
Last reply by jlrdw 1yr ago
KodaC's avatar

419 PAGE EXPIRED after use Proxy

I have a Laravel application that has worked so far. The @csrf are all set. Now I have created a Docker container with nginx and PHP, and have connected the container to a domain via an nginx proxy. php: image: php:8.3-fpm-alpine container_name: php volumes: - ./html:/var/www/html restart: unless-stopped nginx: image: nginx:latest container_na

KodaC's avatar
KodaC's avatar KodaC1yr agoDevOps
2
1
Last reply by KodaC 1yr ago
mgksmv's avatar

Laravel CORS block after few hours

I'm running Laravel application in Docker (PHP-FPM, Nginx) and AFTER a few hours CORS error begins to appear randomly on POST requests. When I just start Docker everything works perfectly, CORS appears only after few hours. The app has backend API (Laravel) and frontend (Vue) in different folders. I found the same issue on GitHub https://github.com/laravel/sanctum/issues/239 bu

mgksmv's avatar
mgksmv's avatar mgksmv1yr agoLaravel
0
1
ChristopherSFSD's avatar

Laravel Official VS Code Extension & PHP binary

I have the Official Laravel VS Code extension installed but it constantly errors as follows: /bin/sh: php: command not found I don't have PHP installed on the host but I do have it installed in a Docker container. Can I tell VS Code or the Official Laravel Extension to use the php that's in the Docker container? And if so, how?

ChristopherSFSD's avatar
ChristopherSFSD's avatar AlexBohdja...1yr agoLaravel
1
1
Last reply by AlexBohdjalian 1yr ago
KoningKev's avatar

Switch from windows to linux (default localhost doesnt work, but using 127.0.0.1:8000 does.

Hey guys, So i recently made the switch going from windows to Linux Fedora. I was having too many issues with windows that took a lot of time solving which took me away from being able to learn how to work with laravel. (botched installations, node issues etc etc. all my fault, but here we are.). I also generally enjoy linux more in its speed and overall looks. The issue i am h

KoningKev's avatar
KoningKev's avatar Sinnbeck1yr agoLaravel
9
2
Last reply by Sinnbeck 1yr ago
brychanmd-31450021's avatar

Laravel Sail - port forwarding broken

I've installed a new project using laravel sail. I haven't done any customisations or adjustments to the docker file or anything else. All the services are up and running but there seems to be an issue with the port forwarding for the actual php app service. When I try to visit the app in the browser i see this message in the browser window: 'The connection was reset' I have t

brychanmd-31450021's avatar
brychanmd-31450021's avatar colingmurn...1yr agoDevOps
2
1
Last reply by colingmurney 1yr ago
crysg's avatar

Fresh install of laravel 11 with Dockerfile locally does not show laravel page

I'm mostly following a guide to dockerize and locally run a fresh install of the Laravel app but when I try localhost:8080 I get ERR_EMPTY_RESPONSE I got a fresh Laravel install from: composer create-project --prefer-dist laravel/laravel my-laravel-app-1 where running $ php artisan --version returns Laravel Framework 11.35.1 My Dockerfile FROM php:8.2-apache WORKDIR /var/www/h

crysg's avatar
crysg's avatar s4muel1yr agoLaravel
1
1
Last reply by s4muel 1yr ago
godosh's avatar

I built a SaaS with Multi-Tenancy (full presentation)

Hi all, After about 6 months of work, I built a SaaS app and I'd like to present it to you. It's a Pickleball Club management platform. It's called PickleTime. https://pickletime.app For the multi-tenancy, I'm using TenancyForLaravel v3 (stancl/tenancy). It works great. For the frontend I'm using: Tailwind Flowbite FilamentPHP Livewire fullcalendar (for the Club events schedul

godosh's avatar
godosh's avatar jlrdw1yr agoLaravel
17
1
Last reply by jlrdw 1yr ago
SanikVarik's avatar

Schedule not stoping.

Laravel 11 Run in Docker Hello everyone! I encountered an issue with hanging processes. Specifically, /usr/local/bin/php artisan schedule:run appears in my process log about 10 times I have 5 cron jobs, each limited to a maximum execution time of one hour, but how can they exist for more than 4 hours? Here is an example of a cron job (the others have different start times): in

SanikVarik's avatar
SanikVarik's avatar SanikVarik1yr agoLaravel
2
1
Last reply by SanikVarik 1yr ago
m_Faizan's avatar

laravel prepends post request body with response data

I have production set up for my Laravel API with Docker(version: 26.1.1), Nginx(image: nginx:stable-alpine), and PHP(image: php:7.4-fpm-alpine) on Debian vps. For a few days I'm struggling with a strange problem: The result I receive for my API request does not only include the valid response, but also the parameters that I send along with the post request; Request: { "ema

m_Faizan's avatar
m_Faizan's avatar asheshbh111yr agoLaravel
2
3
Last reply by asheshbh11 1yr ago
Chaeril's avatar

is there a laravel way of reading logs from multiple server

had multiple server that i need to manage, in some case real time and some of them are not laravel server / does not have laravel, well im thinking its like Pulse but for logs maybe for docker log as well. thanks

Chaeril's avatar
Chaeril's avatar zanko1yr agoGeneral
1
1
Last reply by zanko 1yr ago
madprabh's avatar

app.e91b7d67.js:72 Mixed Content: ***' was loaded over HTTPS, but requested an insecure XMLHttpRequest

Hey everyone, How do I force https to be used. My application is behind a load balancer which routes requests to an nginx server that acts as a proxy. The nginx then reroutes the traffic based on host to a docker deployed laravel app on a specific port. But I get the error app.e91b7d67.js:72 Mixed Content: The page at 'https:///projects' was loaded over HTTPS, but requested an

madprabh's avatar
madprabh's avatar martinbean1yr agoLaravel
2
1
Last reply by martinbean 1yr ago
youcefkacem's avatar

websockets connection failed

hello , i installed laravel reverb with my application after the installation is done it show me websocket connection failed in the console i did not change anything all the settings is by default am using docker with laravel sail keep in mind i run sail artisan reverb start and nothing work with me if someone have any idea please help me

youcefkacem's avatar
youcefkacem's avatar shot_gamer1yr agoReverb
2
1
Last reply by shot_gamer 1yr ago
Rediska's avatar

Why does Supervisor give an error with NGINX PHP?

I am running a project with Laravel. I use Dokploy, Docker, Nginx, PHP 7.4. From time to time there is a high load on the server. I checked the logs and see the following errors: 2024-11-28 05:25:55,583 INFO exited: laravel-queue_04 (exit status 1; not expected) 2024-11-28 05:25:55,595 INFO spawned: 'laravel-queue_03' with pid 1119923 2024-11-28 05:25:55,598 INFO spawned: 'lara

Rediska's avatar
Rediska's avatar JussiManni...1yr agoLaravel
1
1
Last reply by JussiMannisto 1yr ago
ahmedde's avatar

No need to set permissions when Docerizing Laravel App?

I've been following Andrew Schmelyun's course with Docker and everything looks normal to what I do in non-dockerized environment. However, I used to set the permissions of the project directory like this: # Assuming project src is in /var/www chown -R www-data:www-data /var/www chmod -R 755 /var/www find /var/www/ -type f -exec chmod 644 {} \; chmod 600 /var/www/.env chmod -R 7

ahmedde's avatar
ahmedde's avatar deantedesc...1yr agoDevOps
1
1
Last reply by deantedesco 1yr ago
M4verick's avatar

Laravel STDOUT Logs for AWS CloudWatch in a Dockerized App

Hello everyone , I’m working on a Dockerized application and need to make sure that all of our logs go to STDOUT so they can be collected and sent to AWS CloudWatch (our infrastructure already handles logs from STDOUT). I’ve been told not to use the AWS SDK to create custom log groups or set up log drains, since Docker automatically captures STDOUT logs. But I’m not sure if the

M4verick's avatar
M4verick's avatar martinbean1yr agoLaravel
3
3
Last reply by martinbean 1yr ago
dkortvelyessy's avatar

Fail to migrate database schema : Issue after upgrade

Greetings all! History: I have updated my laravel 8 project to 10.48 as the latest one without breaking changes. The app runs just fine in the browser. Now I wanted to re-write the app in a vue-tailwind using laravel 11. During the process I discovered, that even though the app runs fine in the browser, I cannot execute any database related actions in the CLI. Setup: I use two

dkortvelyessy's avatar
dkortvelyessy's avatar dkortvelye...1yr agoLaravel
3
1
Last reply by dkortvelyessy 1yr ago
chanksela94's avatar

Laravel Sail on Ubuntu

Hey, guys. I'm trying to install the Laravel project with Sail following the documentation guide. After running curl command (the one provided in laravel documentations) the terminal tells me that the docker is not running. I'm checking from docker desktop and terminal the status of docker and according to it, docker is actually running. I installed Docker and Docker desktop st

chanksela94's avatar
chanksela94's avatar chanksela9...1yr agoLaravel
1
1
Last reply by chanksela94 1yr ago
troccoli's avatar

Cypress fails to verify server when using Herd

I have a Laravel 11 app and I am using Herd locally. I want to run my Cypress tests without installing it and so I am trying to use Docker docker run -it -v .:/e2e -w /e2e cypress/included:13.15.1 My cypress.config.js file is import { defineConfig } from "cypress"; export default defineConfig({ e2e: { baseUrl: 'https://auth-server.test', setupNodeEvents(on

troccoli's avatar
troccoli's avatar troccoli1yr agoTesting
8
1
Last reply by troccoli 1yr ago
MKraynikov's avatar

Authorization for direct file links

Hello. It's necessary to protect direct links to files in Laravel. In config/filesystems.php created new disk: 'files' => [ 'driver' => 'local', 'root' => storage_path('app/files'), 'url' => env('APP_URL').'/files', 'visibility' => 'public', 'throw' => false, ] Created route in web.php: Route

MKraynikov's avatar
MKraynikov's avatar MKraynikov1yr agoLaravel
4
1
Last reply by MKraynikov 1yr ago
codex_dev's avatar

docker-compose sail network

I'm using Laravel Sail, and this is my Docker Compose file. I need to connect Laravel to an external network, but I want the database to be accessible only within the container for the Laravel application because my local ports for the PostgreSQL database are conflicting. When I build and run this with sail artisan migrate, I get an error stating that it cannot connect to the d

codex_dev's avatar
codex_dev's avatar technofrea...1yr agoLaravel
5
1
Last reply by technofreaks 1yr ago
Lykos22's avatar

Configure Laravel to use different env file?

I would like to ask how to handle the cases where you want to use a different env file for your Laravel projects and how you point Laravel to this file? Like for example let's take this scenario: You are having a Laravel app as a backend api and a next/nuxt js app on the frontend and let's say the entire project is running on Docker, so the folder structure would be something

Lykos22's avatar
Lykos22's avatar Moutee1yr agoLaravel
3
7
Last reply by Moutee 1yr ago
frankgan's avatar

How to choose virtual machine

Hi, I'm software engineer from Taiwan. I have run a Laravel project at the Google Cloud Platform's VM. I follow the introduction to use the cheapest plan e2-medium (e2-micro can't run my project). But I still pay $2000 New Taiwan Dollar (for me it's expensive LOL) per month. Have any suggestion virtual machine or platform? Like AWS, or Digital Ocean etc. ? (Need support Load Ba

frankgan's avatar
frankgan's avatar frankgan1yr agoServers
2
1
Last reply by frankgan 1yr ago
TSDeveloper's avatar

Path contents missing with Request object using Herd

When using Herd with a generic PHP project, the path properties of the Request object are not getting filled. $request = new Request; $step = $request->segment(1); When I call /setup/validate, nothing is getting filled and the segments are all empty (I did a var dump on it)...in fact most of the request object isn't filled. I'm new to Herd and want to use it instead of Docke

TSDeveloper's avatar
TSDeveloper's avatar martyyy11mos agoLaravel
8
5
Last reply by martyyy 11mos ago
larshappel's avatar

Trouble with deploying a "default" Inertia-React project to Cloud Run

(Update: Please see my response below. I set this project up to try and isolate a 419 issue with another project. Initially I had some different problems with this barebones project, but have since found a way around them. So now I need help with the 419 issue that bunch of people seem to experience, but none of the solutions that have worked for others were successfull for me.

larshappel's avatar
larshappel's avatar larshappel1yr agoInertia
1
4
Last reply by larshappel 1yr ago
webcityro's avatar

Laravel dusk can't disable headless mode on laravel sail with wsl2

i have a existing up to date laravel 11 project that's running under laravel sail with docker in windows 11 with wsl2 (ubuntu). i've installed and configured laravel dusk according to the official laravel docs the dusk test are running fine but i cant disable headless mode to open a browser window no matter what i try The first think i tried was to add DUSK_HEADLESS_DISABLED=tr

webcityro's avatar
webcityro's avatar webcityro1yr agoLaravel
0
1
UniqueHope's avatar

Tests emptying database after installing Pest

So tried to install pest to my docker laravel setup and what I ended up doing running was: sail composer require pestphp/pest --dev --with-all-dependencies and then just to be safe I also did: sail artisan pest:install But now when I run the old tests something is deleting the values on all the tables. The simplest new test is fine: <?php namespace Tests\Unit; beforeEach(f

UniqueHope's avatar
UniqueHope's avatar Tray21yr agoLaravel
3
1
Last reply by Tray2 1yr ago
Ligonsker's avatar

Does anyone know how to make XDebug (v3) work with VSCode and Laravel in a Docker/Podman container?

Hi I am trying to make XDebug work with Laravel on VSCode. XDebug works for me on local development, but when I try to make it work on a Docker (or Podman) container, it will not work. Connection is succesful, but it won't stop on break points. It might have something to do with pathMappings in the launch.json file but I'm not sure what to write there that will match my Dockerf

Ligonsker's avatar
Ligonsker's avatar Ligonsker1yr agoServers
0
1
vincent15000's avatar

Artisan::call fails without any error output

Hello, I run the application with sail / docker. Not tested in production with pure docker. But with sail, both Artisan::call(...) commands don't work. The commands return 1 (instead of 0 for no error) and the Artisan::output() return an empty string. session(['database_in_maintenance' => true]); $migrateExitCode = Artisan::call('migrate:fresh'); $migrateOutput = Artisan::o

vincent15000's avatar
vincent15000's avatar vincent150...1yr agoLaravel
1
1
Last reply by vincent15000 1yr ago
Čamo's avatar

Artisan lang:publish generate empty lang folder

I run php artisan lang:publish in my docker php container but as I see the created lang folder is empty. I am not sure but I expected to have at least messages.php in there. What am I doing wrong?

Čamo's avatar
Čamo's avatar Čamo1yr agoGeneral
1
1
Last reply by Čamo 1yr ago
dam28800's avatar

Production deployment

hello I'm currently using lavarel sail for development. I deploy to my production server via laravel envoy. I also use forge on some projects. When I change php version or add extensions for example, I have to do it on my local dockerfile and also on my server. Is it possible to deploy more than just my code, i.e. my docker container, with it? Thank you in advance for your answ

dam28800's avatar
dam28800's avatar OussamaMat...1yr agoDevOps
1
1
Last reply by OussamaMater 1yr ago
vincent15000's avatar

Spatie Media Library and permissions for the folders / files

Hello, I have a problem with permissions for Spatie Media Library. The application runs in a docker container. I have defined the MEDIA_DISK=media with this configuration. 'media' => [ 'driver' => 'local', 'root' => storage_path('app/media'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => false, ], The library create

vincent15000's avatar
vincent15000's avatar vincent150...1yr agoLaravel
3
3
Last reply by vincent15000 1yr ago
Rrrob's avatar

Reverb stuck on port 5173

Hi I'm new to laravel so please forgive my ignorance, i've spent the past two weeks trying to understand enough to at least ask a question that is relevant to my problem! I've built a demo project and tried to add reverb but couldn't get it to work, I was originally using a cli sail command which set up docker containers in docker, but it seemed from reading that I needed it to

Rrrob's avatar
Rrrob's avatar Rrrob1yr agoReverb
4
1
Last reply by Rrrob 1yr ago
stratboy's avatar

Can't get supervisor recognize new .conf files in Docker/Sail installation

Hi, so I've got a scout-worker.conf in /etc/supervisor/conf.d It contains this code: [program:scout-worker] process_name=%(program_name)s_%(process_num)02d command=docker exec cercasemi-laravel.test-1 php /var/www/html/artisan queue:work redis --queue=scout --sleep=3 --tries=3 autostart=true autorestart=true stopasgroup=true killasgroup=true user=root numprocs=1 redirect_stderr

stratboy's avatar
stratboy's avatar stratboy1yr agoLaravel
4
4
Last reply by stratboy 1yr ago
stratboy's avatar

How to configure and use supervisor to keep up and running Scout's queues?

So I already did this, withiin a sail/Docker installation: installed supervisor, published its configs in /docker anddid setup, all up and running, I can see the processes in http://localhost:9001. I'm also using Scout w/ mailisearch, and it's up and running. And I configured scout to use queues, with redis. Fine. But now I want to configure supervisor to keep alive the scout's

stratboy's avatar
stratboy's avatar gych1yr agoLaravel
4
9
Last reply by gych 1yr ago
mzur's avatar

Jobs on :reserved queue but all workers idle

I have a Laravel app that ran fine for many years with Docker Swarm, Postgres and Redis. The queue runs through Redis and the queue workers are managed by Swarm. Recently I'm seeing my queues never falling back to 0 jobs in artisan queue:monitor. It looks like some jobs are pushed to the :reserved queue but no queue worker is working on them. Instead, the workers are idle or co

mzur's avatar
mzur's avatar mzur1yr agoLaravel
0
1

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.