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:
@@ -1,4 +1,4 @@
|
|||||||
# 🚀 NovaCore Framework v1.0
|
# 🚀 Woles Framework v1.0
|
||||||
|
|
||||||
A minimalist, ultra-secure, high-performance PHP framework based on CleanLite HMVC architecture.
|
A minimalist, ultra-secure, high-performance PHP framework based on CleanLite HMVC architecture.
|
||||||
|
|
||||||
@@ -199,7 +199,7 @@ $model->create(['name' => 'John', 'email' => 'john@example.com']);
|
|||||||
### Environment Variables
|
### Environment Variables
|
||||||
|
|
||||||
```env
|
```env
|
||||||
APP_NAME="NovaCore Framework"
|
APP_NAME="Woles Framework"
|
||||||
APP_ENV=development
|
APP_ENV=development
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_URL=http://localhost:8000
|
APP_URL=http://localhost:8000
|
||||||
@@ -290,4 +290,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**NovaCore Framework v1.0** - Built with ❤️ for modern PHP development
|
**Woles Framework v1.0** - Built with ❤️ for modern PHP development
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "novacore/framework",
|
"name": "woles/framework",
|
||||||
"description": "NovaCore Framework v1.0 - A minimalist, ultra-secure, high-performance PHP framework",
|
"description": "Woles Framework v1.0 - A minimalist, ultra-secure, high-performance PHP framework",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "NovaCore Team",
|
"name": "Woles Team",
|
||||||
"email": "team@novacore.dev"
|
"email": "team@woles.dev"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# NovaCore Framework Configuration
|
# Woles Framework Configuration
|
||||||
APP_NAME="NovaCore Framework"
|
APP_NAME="Woles Framework"
|
||||||
APP_ENV=development
|
APP_ENV=development
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_URL=http://localhost:8000
|
APP_URL=http://localhost:8000
|
||||||
|
|||||||
Reference in New Issue
Block a user