flightphp/flastro 问题修复 & 功能扩展

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

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

flightphp/flastro

最新稳定版本:v1.0

Composer 安装命令:

composer create-project flightphp/flastro

包简介

🚀 Flastro is a quick and easy Astro starter template with a FlightPHP backend 💻🌐✨

README 文档

README

Flastro is a quick and easy Astro starter template with a FlightPHP backend. This template allows you to kickstart web application development using Astro on the frontend and FlightPHP on the backend. 🚀 Start building your web projects swiftly and efficiently with Flastro! 💻🌐✨

Learn Flastro stack:

Requirements

  • NodeJS >= 18
  • PHP >= 7.4
  • Composer >= 2

Installation

Using composer

composer create-project flightphp/flastro <my-project>
cd <my-project>
npm install
composer install
npm run dev

Using git

Clone this repo running:

git clone https://github.com/flightphp/flastro <my-project>
cd <my-project>
npm install
composer install
npm run dev

If you don't want to keep git template history you can delete .git folder

rm .git -rf # linux/mac/windows git bash
RD /Q /S .git # windows

Or you can skip all this and use next method 👇🏽

Using degit

npx degit flightphp/flastro <my-project>
cd <my-project>
npm install
composer install
npm run dev

Downloading this template

统计信息

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

GitHub 信息

  • Stars: 5
  • Watchers: 3
  • Forks: 0
  • 开发语言: Astro

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-12-28