Amirreza Nasiri

Results 9 issues of Amirreza Nasiri

Hi Sounds like our CI is broken from yesterday because of missing `libXss.so` for chromium to run. Also, isn't it better to lock the chromium version to a stable one...

- [x] This PR will only change `data.json`. - [x] This PR will add *only one* repo.

- [x] This PR will only change `data.json`. - [x] This PR will add *only one* repo.

- [x] This PR will only change `data.json`. - [x] This PR will add *only one* repo.

- [x] This PR will only change `data.json`. - [x] This PR will add *only one* repo.

Evryn/laravel-toman is an Iranian payment gateways handler built for Laravel - [x] This PR will only change `data.json`. - [x] This PR will add *only one* repo.

This method will exclude given instance(s) from the query. For example: ```php // Excluding single model: User::where('id', '!=', $user->id)->get(); // will be shortened to: User::except($user)->get(); // Excluding multiple model: User::whereNotIn('id',...

### Authentication results in 401 `Token Signature could not be verified.` randomly We're working on a project where back-end is being handled by `Laravel 5.6` using `jwt-auth`. On front-end, we...

stale

I've faced the same problem described [here ](https://github.com/spatie/laravel-binary-uuid/issues/69)and [here ](https://github.com/spatie/laravel-binary-uuid/issues/61) (but that package has been abandoned). The problem occurs because the exception can't be formatted to normal JSON data since...