42-day longest streak
cpf cpf(csthink php framework) cpf,PHP开源框架 安装 > Git clone 并安装 > 配置 nginx 虚拟主机 > 访问后台 cpf.app composer 修改composer.json文件后,记得执行 composer dump-autoload…
cpf
cpf(csthink php framework) cpf,PHP开源框架安装
> Git clone 并安装shell
git clone https://github.com/csthink/cpf.git
cd cpf
composer install -v
chmod -R 777 app/log
> 配置 nginx 虚拟主机
server {
listen 80;
server_name www.cpf.app cpf.app; # 修改成你的域名
root "path/to/cpf/public";
index index.html index.htm index.php;
charset utf-8;
autoindex off;
location / {
try_files $uri $uri/ /index.php?$query_string;
}
access_log /usr/local/nginx/logs/cpf.app-access.log;
error_log /usr/local/nginx/logs/cpf.app-error.log;
location ~* \.php$ {
fastcgi_index index.php;
fastcgi_pass 127.0.0.1:9000;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
}
location ~ /\.ht {
deny all;
}
}
> 访问后台 cpf.app
composer
修改composer.json文件后,记得执行 composer dump-autoload-
llmkeys ★ PINNED
A bridge to your LLM providers — pull keys from keychain/Bitwarden and generate ready-to-paste .env & LangChain snippets. Built on models.dev, no wheel-reinventing.
Rust ★ 1 1mo agoExplain → -
llmlore ★ PINNED
Discover top LLM/AI tutorial repos and organize your own GitHub stars — open dataset + local dashboard CLI.
Go ★ 2 3d agoExplain → -
envcue ★ PINNED
Visible shell environment scenes for macOS.
Swift ★ 1 1mo agoExplain → -
dashmotion ★ PINNED
Animated technical diagrams from plain English or Mermaid — a Claude skill, self-contained HTML/SVG.
HTML ★ 139 29d agoExplain → -
cpf
PHP 框架- csthink cpf framework
PHP ★ 1 8y agoExplain → -
awesome-agent-skills ⑂
A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
★ 0 18d agoExplain → -
awesome-claude-skills-behisecc ⑂
A curated list of Claude Skills.
★ 0 1mo agoExplain → -
awesome-claude-skills-travisvn ⑂
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code
★ 0 1mo agoExplain → -
awesome-claude-skills-composiohq ⑂
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
★ 0 1mo agoExplain → -
homebrew-tap
Homebrew tap for llmkeys — LLM provider credential & config manager (macOS)
Ruby ★ 0 1mo agoExplain → -
llmjobrader
No description.
★ 0 1mo agoExplain → -
ai-agent-deep-dive ⑂
AI Agent 源码深度研究报告
★ 0 3mo agoExplain → -
claude-code ⑂
Claude Code Snapshot for Research. All original source code is the property of Anthropic.
★ 0 3mo agoExplain → -
LLM-RL-Visualized ⑂
🌟100+ 原创 LLM / RL 原理图📚,《大模型算法》作者巨献!💥(100+ LLM/RL Algorithm Maps )
★ 0 6mo agoExplain → -
whisplay-ai-chatbot ⑂
Pocket-sized AI chatbot built using a RPI Zero 2w / 5
★ 0 6mo agoExplain → -
Awesome-NAS-Docker ⑂
一个专注于 NAS 和 Docker 部署的开源项目合集,覆盖 AI、开发、数据管理、多媒体、运维等场景,提供一键式部署指南和实用教程,让 NAS 变身全能生产力工具!
★ 0 11mo agoExplain → -
langchain ⑂
🦜🔗 The platform for reliable agents.
★ 0 7mo agoExplain → -
langflow ⑂
Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
★ 0 11mo agoExplain → -
tool
No description.
Vim script ★ 0 6y agoExplain → -
alpha-docker
基于 Docker 虚拟化技术,一键部署 alpha 网站项目
Dockerfile ★ 0 7y agoExplain → -
csthink.github.io
No description.
HTML ★ 0 7y agoExplain → -
JDBC
JDBC 工具类
Java ★ 0 7y agoExplain → -
SPRING-CRM
使用 spring 框架搭建CRM管理后台
Java ★ 0 7y agoExplain → -
MyBatis-Basic
MyBatis 入门
Java ★ 0 7y agoExplain → -
alpha
基于Laravel搭建的网站
PHP ★ 0 7y agoExplain → -
shop
No description.
PHP ★ 0 7y agoExplain →
No repos match these filters.