Skip to content

Conversation

@techmahedy
Copy link
Member

This PR fixes an issue where the file path shown in the CLI output after creating a service like controller, middleware etc was incorrect and not clickable.

Previous output

 ❯ php pool make:controller PaymentController    

 SUCCESS  Controller created successfully

📁 File: /app/Http/Controllers/PaymentController.php

📌 Type: Standard controller

⏱ Time: 0.0025s (2515 μs)

Current output

 ❯ php pool make:controller PaymentController    

 SUCCESS  Controller created successfully

📁 File: app/Http/Controllers/PaymentController.php

📌 Type: Standard controller

⏱ Time: 0.0025s (2515 μs)

Improves developer experience by ensuring generated file paths are accurate and clickable.

@techmahedy techmahedy added the bug Something isn't working label Dec 19, 2025
@techmahedy techmahedy merged commit b0fa4b6 into doppar:3.x Dec 19, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant