fix: Replace all remaining NovaCore/nova references with Woles

- Update CLI commands from 'php nova' to 'php woles'
- Update installation instructions
- Update database configuration example
- Update CLI section title
- Ensure complete branding consistency
This commit is contained in:
mwpn
2025-10-11 07:16:06 +07:00
parent 9d9fe4cc80
commit 1e62d59dbf

View File

@@ -24,8 +24,8 @@ A minimalist, ultra-secure, high-performance PHP framework based on CleanLite HM
1. **Clone or download the framework** 1. **Clone or download the framework**
```bash ```bash
git clone <repository-url> novacore git clone <repository-url> woles
cd novacore cd woles
``` ```
2. **Install dependencies** 2. **Install dependencies**
@@ -45,7 +45,7 @@ A minimalist, ultra-secure, high-performance PHP framework based on CleanLite HM
```bash ```bash
# Create database and run migrations # Create database and run migrations
php nova migrate php woles migrate
``` ```
5. **Start development server** 5. **Start development server**
@@ -96,28 +96,28 @@ A minimalist, ultra-secure, high-performance PHP framework based on CleanLite HM
## 🛠️ Usage ## 🛠️ Usage
### CLI (Nova) ### CLI (Woles)
Gunakan CLI `nova` untuk manajemen project: Gunakan CLI `woles` untuk manajemen project:
```bash ```bash
# Bantuan # Bantuan
php nova help php woles help
# Server dev # Server dev
php nova serve php woles serve
# Migrasi database # Migrasi database
php nova migrate php woles migrate
php nova migrate:status php woles migrate:status
php nova migrate:rollback php woles migrate:rollback
# Seeder # Seeder
php nova seed php woles seed
php nova seed UserSeeder php woles seed UserSeeder
# Generate APP_KEY # Generate APP_KEY
php nova key:generate php woles key:generate
``` ```
### Creating a Module ### Creating a Module
@@ -208,7 +208,7 @@ APP_KEY=your-secret-key-here-32-chars-min
DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=novacore DB_DATABASE=woles
DB_USERNAME=root DB_USERNAME=root
DB_PASSWORD= DB_PASSWORD=