{"id":20433953,"url":"https://github.com/cable8mm/valet-drivers","last_synced_at":"2025-09-11T06:39:23.162Z","repository":{"id":117168881,"uuid":"262949632","full_name":"cable8mm/valet-drivers","owner":"cable8mm","description":"Ready to Vite, CakePHP2 and Zeroboard Valet Herd Drivers","archived":false,"fork":false,"pushed_at":"2025-07-02T05:17:00.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-02T05:49:09.672Z","etag":null,"topics":["cakephp2","laravel","php","valet","valet-driver","vite","zeroboard"],"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/cable8mm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2020-05-11T05:44:36.000Z","updated_at":"2025-07-02T05:17:03.000Z","dependencies_parsed_at":"2024-11-15T12:45:59.600Z","dependency_job_id":null,"html_url":"https://github.com/cable8mm/valet-drivers","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cable8mm/valet-drivers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fvalet-drivers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fvalet-drivers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fvalet-drivers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fvalet-drivers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cable8mm","download_url":"https://codeload.github.com/cable8mm/valet-drivers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fvalet-drivers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274589627,"owners_count":25312971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cakephp2","laravel","php","valet","valet-driver","vite","zeroboard"],"created_at":"2024-11-15T08:22:54.805Z","updated_at":"2025-09-11T06:39:23.154Z","avatar_url":"https://github.com/cable8mm.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚗 Laravel Valet \u0026 Laravel Herb Custom Drivers for CakePHP2, ZeroBoard, and Vite\n\n[![code-style](https://github.com/cable8mm/valet-drivers/actions/workflows/code-style.yml/badge.svg)](https://github.com/cable8mm/valet-drivers/actions/workflows/code-style.yml)\n[![Packagist Version](https://img.shields.io/packagist/v/cable8mm/valet-drivers)](https://packagist.org/packages/cable8mm/valet-drivers)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/cable8mm/valet-drivers)](https://packagist.org/packages/cable8mm/valet-drivers/stats)\n[![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/cable8mm/valet-drivers/php)](https://packagist.org/packages/cable8mm/valet-drivers)\n[![Packagist License](https://img.shields.io/packagist/l/cable8mm/valet-drivers)](https://github.com/cable8mm/valet-drivers/blob/main/LICENSE.md)\n\nThis repository provides custom drivers for both [Laravel Valet](https://laravel.com/docs/valet) and [Laravel Herb](https://github.com/laravel-herb/herb), enabling support for frameworks and tools not officially supported out of the box.\n\n## 🧰 What is Laravel Valet?\n\nLaravel Valet is a super-fast development environment for macOS (and Linux via Valet Linux), designed for PHP developers. It runs as a local web server using Nginx and DnsMasq to automatically serve projects under a .test domain. Valet is lightweight and ideal for those who prefer minimal overhead without using full virtual machines or Docker.\n\nLaravel Herb is a modern alternative to Valet that provides an isolated and Docker-powered environment, while keeping the simplicity and speed of Valet-style development.\n\n## ✅ Supported Drivers\n\n- [x] CakePHP 2 – Legacy PHP MVC framework\n- [x] ZeroBoard – Classic Korean bulletin board system\n- [x] Vite – Modern frontend build tool (for serving Vite projects in dev mode)\n\n## 🔧 Features\n\n- Plug-and-play support for Valet and Herb\n- Auto-detection of project type based on directory structure\n- Smooth local development without extra configuration\n\nWhether you're maintaining old-school PHP applications or building fast modern frontends, these custom drivers make local development effortless with both Valet and Herb.\n\n## Usage\n\n### Installation\n\n```sh\ngit clone git@github.com:cable8mm/valet-drivers.git\n\ncd valet-drivers\n\ncomposer install\n```\n\n### Install custom valet drivers\n\n```sh\ncomposer valet\n# copy drivers to valet custom drivers folder\n\ncomposer herd\n#copy drivers to herd custom drivers folder\n```\n\nAnd visit your local site. Everything else is not required except for copying.\n\n### Formatting\n\n```bash\ncomposer lint\n# Modify all files to comply with the PSR-12.\n\ncomposer inspect\n# Inspect all files to ensure compliance with PSR-12.\n```\n\n### Test\n\nTesting the Valet driver is challenging; thus, if you encounter any issues, please create an issue to address your situation, and we'll resolve it promptly.\n\n## License\n\nThe CakePHP2 and Zeroboard Valet Driver Collection is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcable8mm%2Fvalet-drivers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcable8mm%2Fvalet-drivers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcable8mm%2Fvalet-drivers/lists"}