Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
ClockworkServiceProvider
✓ use Clockwork\Support\Laravel\ClockworkServiceProvider;
Basic Clockwork integration in Laravel.
<?php
// For Laravel, add to config/app.php providers array:
// Clockwork\Support\Laravel\ClockworkServiceProvider::class
// Then access Clockwork data via browser extension.
// Example: log a message
use Clockwork\Clockwork;
$clockwork = app('clockwork');
$clockwork->log('info', 'This is a log message.');
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.