-
Checklist
- [X] `app/Http/Controllers/Api/V1/Admin/CategoryController.php`
> * Create a new file named `CategoryController.php` in the `app/Http/Controllers/Api/V1/Admin` directory.
> • In this f…
-
-
# Atividades à fazer:
- [x] Criar CRUDs (Controllers) baseado no [Diagrama](https://app.diagrams.net/#G1e0v3IIx0_bu1lZfURY9ikus5OyKfwDPs) montado;
- [x] Criar as Models;
- [x] Editar Models e C…
-
I failed create a chart widget in dashboard
I have installed chart libraries with this command `composer require consoletvs/charts:"6.*"`
Then I created the controller `php artisan backpack:char…
-
`posts_controller_test.rb` contains:
```
module Api
module V1
module Scaffolding
module CompletelyConcrete
class TangibleThingsControllerTest < Api::Test
```
Instead of…
-
My gamepad shows up as both a controller and a lightgun in Batocera 37 through my Arduino Leonardo. On the Emulationstation menu I have crosshairs for both controllers, and the controllers move the cr…
-
A command that makes overwriting default functionality easier.
An artisan command that creates blank controllers, requests and models. Those classes:
- would be generated inside the respective projec…
-
# Strategy for moving DAL to backend
## Description current state of affairs
Currently, database queries are executed from the frontend, using the isomorphic
supabase-js client. The requests co…
-
Is it possible to generate a index.ts which exports all generated interfaces/types etc. ?
For example a generated file like this:
```
export * from './connect-user.dto';
export * from './creat…
-
I had an application with a non-standard dir structure where I'm creating a new backend to replace an existing backend.
The controller is created in `src/App/Controller/NewAdmin/` dir ... but the n…