itsgoingd / itsgoingd/clockwork
Toolbar does not show on application
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 6k
- Forks
- 333
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
Hi,
The Clockwork toolbar does not appear anywhere in my application. I'm using FilamentPHP as the admin panel, but the debug toolbar does not show on any page — including non-Filament routes.
As you can see in the screenshot, the clockwork cookie is correctly set (I’ve already reviewed previous issues mentioning this), and my config/clockwork.php file is properly configured.
resources/app.js:
import './bootstrap';
import 'clockwork-browser/toolbar'
The project uses Vite, and I'm running it in dev mode (npm run dev). Everything compiles without errors.
However, the Clockwork toolbar still never appears and I can't figure out why.
Could you explain what might cause this and how I can make the toolbar visible?
Thanks.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with resources/app.js and config/clockwork.php, then trace how the Clockwork browser toolbar is loaded when Vite runs in development mode. Reproduce the missing toolbar on both Filament and non-Filament routes, and verify that the completed change makes it visible while preserving the existing Clockwork cookie behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, laravel, php, vite
- Domain
- backend, devtools, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100