{"id":13563427,"url":"https://github.com/laravel-workflow/waterline","last_synced_at":"2026-01-13T22:50:30.344Z","repository":{"id":63482371,"uuid":"559768001","full_name":"laravel-workflow/waterline","owner":"laravel-workflow","description":"An elegant UI for monitoring Laravel Workflows.","archived":false,"fork":false,"pushed_at":"2025-09-08T00:25:57.000Z","size":2892,"stargazers_count":186,"open_issues_count":1,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-19T06:03:57.559Z","etag":null,"topics":["background-jobs","laravel","php","queues","workflows"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laravel-workflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-31T03:35:59.000Z","updated_at":"2025-10-13T16:01:51.000Z","dependencies_parsed_at":"2023-11-15T01:28:09.677Z","dependency_job_id":"ad9915bb-159d-4b8b-9338-8464f1d439dc","html_url":"https://github.com/laravel-workflow/waterline","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"e3d8a96e8a48a265b5c033aa3386237375820539"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/laravel-workflow/waterline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-workflow%2Fwaterline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-workflow%2Fwaterline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-workflow%2Fwaterline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-workflow%2Fwaterline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravel-workflow","download_url":"https://codeload.github.com/laravel-workflow/waterline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-workflow%2Fwaterline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["background-jobs","laravel","php","queues","workflows"],"created_at":"2024-08-01T13:01:19.128Z","updated_at":"2026-01-13T22:50:30.332Z","avatar_url":"https://github.com/laravel-workflow.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Waterline\n\nAn elegant UI for monitoring [Laravel Workflows](https://github.com/laravel-workflow/laravel-workflow).\n\n## Installation\n\nThis UI is installable via [Composer](https://getcomposer.org).\n\n```bash\ncomposer require laravel-workflow/waterline\n\nphp artisan waterline:install\n```\n\n## Authorization\n\nWaterline exposes a dashboard at the `/waterline` URL. By default, you will only be able to access this dashboard in the local environment. However, within your `app/Providers/WaterlineServiceProvider.php` file, there is an authorization gate definition. This authorization gate controls access to Waterline in non-local environments.\n\n```\nGate::define('viewWaterline', function ($user) {\n    return in_array($user-\u003eemail, [\n        'admin@example.com',\n    ]);\n});\n```\n\nThis will allow only the single admin user to access the Waterline UI.\n\n\n## Upgrading Waterline\n\nAfter upgrading Waterline you must publish the latest assets.\n\n```bash\ncomposer require laravel-workflow/waterline\n\nphp artisan waterline:publish\n```\n\n## Dashboard View\n\n![waterline_dashboard](https://user-images.githubusercontent.com/1130888/202864399-0bf0a3e7-4454-4a30-8fd2-e330b2460b76.png)\n\n## Workflow View\n\n![workflow](https://user-images.githubusercontent.com/1130888/202864523-edd88fce-0ce9-4e5a-a24c-38afeae4e057.png)\n\n## Development\n\n1. Install dependencies:\n   ```bash\n   composer install\n   npm install\n   ```\n2. Build assets:\n   ```bash\n   npm run production\n   ```\n3. Publish assets to testbench:\n   ```bash\n   ./vendor/bin/testbench waterline:publish\n   ```\n4. Run migrations:\n   ```bash\n   ./vendor/bin/testbench workbench:create-sqlite-db\n   ./vendor/bin/testbench migrate:fresh --database=sqlite\n   ```\n5. Start server:\n   ```bash\n   composer run serve\n   ```\n6. Access dashboard:\n   - Local: http://localhost:8000/waterline\n7. Create test workflow:\n   ```bash\n   ./vendor/bin/testbench workflow:create-test\n   ```\n8. Run queue worker:\n   ```bash\n   ./vendor/bin/testbench queue:work\n   ```\n\n\u003csub\u003e\u003csup\u003e\"Laravel\" is a registered trademark of Taylor Otwell. This project is not affiliated, associated, endorsed, or sponsored by Taylor Otwell, nor has it been reviewed, tested, or certified by Taylor Otwell. The use of the trademark \"Laravel\" is for informational and descriptive purposes only. Laravel Workflow is not officially related to the Laravel trademark or Taylor Otwell.\u003c/sup\u003e\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-workflow%2Fwaterline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel-workflow%2Fwaterline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-workflow%2Fwaterline/lists"}