trackphp / blueprint
Starter project for trackPHP, a lightweight, convention-driven PHP framework for building web applications with minimal setup.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- trackphp/core: ^1.0
README
// trackPHP/blueprint/README.md
trackPHP Blueprint
Starter project for trackPHP, a lightweight, convention-driven PHP framework for rapid web development.
Getting Started
Create a new project:
composer create-project trackphp/blueprint my-app
cd my-app
php -S localhost:8000 -t public