Michael Arawole
Michael Arawole
### Steps to reproduce 1. Set country to NG 2. Use phone number format (091.....) eg. 09181092333 ### Expected behaviour Works fine for other numbers but the 091 numbers are...
Hi I've looked through the documentation and other issues raised here and I can't find any working way to pass parameters to middleware I'm looking to achieve something like this...
I use laragon for local development and running I first noticed something like `url('home.test')->getAbsoluteUrl()` only returned the path (no scheme, no host) After trying with `request()->getUrl()->getAbsoluteUrl()` the scheme showed here,...
# Description If you could consider **NOT** dumping log files in the root directory by default. An option to set log path or debug() function would be good # Steps...
# Description ``` Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://api.flutterwave.com/v3/charges?type=card` resulted in a `400 Bad Request` response: {"status":"error","message":"params.cvv.trim is not a function","data":null} ``` Guzzle error when trying to charge...
Allows usage of comma separated values as middleware parameters ```php Router::post('/purchase', [CableTvController::class, 'purchase']) ->addMiddleware(PinVerified::class.',value_1,value_2'); ``` OR ```php Router::post('/purchase', [CableTvController::class, 'purchase']) ->addMiddleware('App\Middlewares\TestMiddleware,value_1,value_2'); ```
I have the same issues as this [https://github.com/rakit/validation/issues/143#issue-1020226094](https://github.com/rakit/validation/issues/143#issue-1020226094) Found this in `Validation.php` [https://github.com/rakit/validation/blob/ff003a35cdf5030a5f2482299f4c93f344a35b29/src/Validation.php#L399](https://github.com/rakit/validation/blob/ff003a35cdf5030a5f2482299f4c93f344a35b29/src/Validation.php#L399) As well as this [https://github.com/rakit/validation/blob/ff003a35cdf5030a5f2482299f4c93f344a35b29/src/Validation.php#L420](https://github.com/rakit/validation/blob/ff003a35cdf5030a5f2482299f4c93f344a35b29/src/Validation.php#L420) ## My fix: * I added a new key as the first...
I created a pr for the fix suggested here https://github.com/CodeByZach/pace/issues/515#issuecomment-993243069