turboframe/lambostarter 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

turboframe/lambostarter

最新稳定版本:v1.0.4

Composer 安装命令:

composer create-project turboframe/lambostarter

包简介

TurboFrame: The Fast PHP Framework for Students & Modern Developers. Built for speed, PWA ready, and easy to use.

README 文档

README

TurboFrame Logo

⚡ The Lightweight PHP Framework for Students & Developers ⚡

TurboFrame is a next-generation PHP framework engineered for speed, simplicity, and beginner-friendly experience. Built to make coding fun again.

� Quick Installation

Get started in seconds using Composer:

composer create-project turboframe/lambostarter my-app
cd my-app
php lambo serve

Your app is now running at http://localhost:7000

✨ Key Features

  • 🏎️ Lambo CLI: Simple commands to serve, make controllers, and clear cache.
  • 🔥 Nitrous Mode: Extreme performance by compiling your app into a single file.
  • 📱 PWA Ready: Turn your website into a mobile app out-of-the-box.
  • 🎨 Modern Engine: Clean template syntax and powerful Query Builder.
  • 🎓 Student Friendly: Minimalist code that is easy to read and learn.

📚 Official Documentation

For full documentation, tutorials, and deep-dive syntax, please visit our official site:

👉 turboframe.my.id/docs

🛠️ Basic Usage

Routing

// routes/site.php
$router->get('/', function() {
    return view('welcome');
});

Controller

public function index() {
    return view('home', ['name' => 'TurboFrame']);
}

📄 License

TurboFrame is open-sourced software licensed under the GPL-3.0-or-later license.

Made with ⚡ by Rizko Imsar & TurboFrame Community

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-12-27