tanvir-sadi/luminous
最新稳定版本:1.0.0
Composer 安装命令:
composer create-project tanvir-sadi/luminous
包简介
A simple Web framework based on php
关键字:
README 文档
README
A modern PHP web application framework that offers many features and tools to developers for creating robust and scalable web applications. It follows a clear separation of concerns through the Model-View-Controller architecture, provides a powerful routing system, easy-to-use database abstraction layer, and a templating engine. Additionally,Luminous can be an excellent choice for building modern and full-stack web applications, but it's important to consider your specific requirements and preferences before selecting a framework.
Getting Started
Before starting your first Luminious project, it's important to confirm that your local machine has PHP and Composer installed. If you're using a macOS, you can install PHP and Composer using Homebrew.
composer create-project tanvir-sadi/luminous new-app
After installing change directory to your project folder and start local server:
cd new-app
php -S localhost:4242 --docroot=public
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-14