-
### profile-filament-plugin Version
latest
### Laravel Version
latest
### Bug description
Latest version profile-filament-plugin not register Route::macro i use previous and all working fine
i u…
-
I have 2 controllers with the same name, but in different namespaces. Both have GET actions with differing parameter lists. I'm using convention-based routing.
```
// v1
namespace v1
{
…
-
Have a project set up using the following structure,
```
./controllers/auth.ts
./validator/auth.ts
./main.ts
```
Here's a rough implementation of how the files are implemented,
./main.ts
…
-
I've configured the context on ExpressJs app as a dependency on startup and also set it up as global middleware for every request.
The code works like a charm when using _routing-controllers_ for Get…
-
**I was trying to:**
I'm currently adding routing-controllers to an existing application and am in the progress of a progressive migration of endpoints.
**The problem:**
Recently I've noticed tha…
-
**Description:**
I would like to add MVC (Model-View-Controller) capability to the Pancake toolkit. This will enhance the toolkit's ability to handle both web and API requests, allowing structured ro…
-
The backend architecture currently violates the MVC (Model-View-Controller) pattern by including logic within route files. To enhance code clarity and maintainability, refactor the codebase to strictl…
-
Not sure if something changed, but this URL is broken: https://api.irail.be/v1/liveboard?station=Antwerpen-Berchem&format=json
```json
{
"code": 0,
"request-id": "9ceb51c0-2f28-4ff0-8e7b-49f…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
I am trying to integrate OpenAPI into an existing Blazor project which was recently upgraded …
-
It turns out that Rails Engines have their own router and the controllers, etc inside a Rails Engine get an engine specific `url_helper` module included, not the `Rails.application` one.
In order t…