forjix/skeleton
最新稳定版本:0.1.0
Composer 安装命令:
composer create-project forjix/skeleton
包简介
Forjix Framework application skeleton
README 文档
README
The official application skeleton for the Forjix framework.
Requirements
- PHP 8.2+
- Composer
Installation
composer create-project forjix/skeleton my-app
cd my-app
Directory Structure
├── app/
│ ├── Controllers/ # HTTP controllers
│ └── Models/ # Eloquent-style models
├── config/ # Configuration files
├── database/ # Migrations and seeders
├── public/ # Web server document root
├── resources/
│ ├── css/ # Stylesheets
│ ├── js/ # JavaScript files
│ └── views/ # Blade templates
├── routes/ # Route definitions
└── storage/ # Cache and compiled views
Development Server
php forjix serve
Visit http://localhost:8000 in your browser.
Available Commands
php forjix serve # Start development server php forjix make:controller # Create a new controller php forjix make:model # Create a new model php forjix make:migration # Create a new migration php forjix make:middleware # Create a new middleware php forjix migrate # Run migrations php forjix migrate:rollback # Rollback migrations php forjix routes:list # List all routes php forjix cache:clear # Clear application cache
Configuration
Copy .env.example to .env and configure your environment:
cp .env.example .env
License
GPL-3.0
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2026-01-05