Leonid Meleshin
Leonid Meleshin
- Laravel-mongodb Version: 3.9.9 - PHP Version: 8.1.0 - Database Driver & Version: ### Description: Queries, populated with Spaties's query builder are not correct. Spatie's package adds table prefix for...
Fix #2409 - [ ] Update code - [ ] Add tests - [ ] Add changelog
Library seems to be more and more abandoned, there is a lot of pendong PRs and the last contribution was made back in January.
### Summary Nowadays many projects are made using microservices approach, and it would be nice to have support to use JWTs without having users in database (basically, just parse token...
switch to codecov v2 uploader, add comments and checks for each build
### Subject of the issue Right now library is not Octane compatible, (e.g. places like [this](src/Providers/LaravelServiceProvider.php#48 are [not allowed](https://laravel.com/docs/master/octane#dependency-injection-and-octane) use `$this->app`, `config(...)` function call inside providers [should be replaced](https://laravel.com/docs/master/octane#configuration-repository-injection) by...
### Subject of the issue Right now multiple drivers for JWT (`lcobucci/jwt` and `namshi/jose`), Auth and Storage uses some custom hacky solution ([1](src/Providers/AbstractServiceProvider.php#344), [2](config/config.php#278), when Laravel provides special solution for...
Todo: - [ ] Use Laravel Http Client - [ ] Update README
It would be great to add support to bind actions and tweaks not only through keyboard shortcuts, but also throug [MineMenu](https://github.com/UltraBlackLinux/MineMenuFabric/), cause I think I'll break my fingers at some...
Make all APIs RESTful/CRUD Example: Instead of POST `/torrents` ```json { "action": "add|get|set|rem|list|drop", "hash": "" } ``` Make it: * INDEX `/torrents` * POST`/torrents`: `{ hash: "", ... }` *...