fix: Update all NovaCore references to Woles Framework

- Update README.md title and all references
- Update composer.json package name and description
- Update env.example configuration
- Update Exception Handler class comment
- Ensure consistent branding throughout the project
This commit is contained in:
mwpn
2025-10-11 07:13:47 +07:00
parent 0b42271bfe
commit 9d9fe4cc80
3 changed files with 9 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "novacore/framework",
"description": "NovaCore Framework v1.0 - A minimalist, ultra-secure, high-performance PHP framework",
"name": "woles/framework",
"description": "Woles Framework v1.0 - A minimalist, ultra-secure, high-performance PHP framework",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "NovaCore Team",
"email": "team@novacore.dev"
"name": "Woles Team",
"email": "team@woles.dev"
}
],
"require": {