diff --git a/hack/samples/index.json b/hack/samples/index.json index dec4562cb5..2ce872fe4d 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -303,6 +303,11 @@ "name": "Sample Go Web Server", "description" : "A simple Go web server using Gorilla Mux and Logrus", "gitUrl" : "https://github.com/daytonaio/sample-go-web-server" + }, + { + "name": "PHP/Laravel URL extractor app - URLex", + "description" : "A simple app to understand different parts of URL in an unique way using Laravel 11.x ", + "gitUrl" : "https://github.com/daytonaio/sample-laravel-url-extractor.git" }, { "name": "Sample React Coinbase Connect",