Skip to content

Instantly share code, notes, and snippets.

View hzxd's full-sized avatar

hzxd hzxd

  • ZJIC
View GitHub Profile
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active August 12, 2025 10:25
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@danharper
danharper / CatchAllOptionsRequestsProvider.php
Last active August 2, 2025 18:24
Lumen with CORS and OPTIONS requests
<?php namespace App\Providers;
use Illuminate\Support\ServiceProvider;
/**
* If the incoming request is an OPTIONS request
* we will register a handler for the requested route
*/
class CatchAllOptionsRequestsProvider extends ServiceProvider {