Ali Sasani

Results 20 issues of Ali Sasani

in this PR update commands to new look for Artisan. base of this PR is: [[9.x] Introducing a fresh new look for Artisan #43065](https://github.com/laravel/framework/pull/43065) updated command list is : -...

stale

Hi, This pull request simplifies the definition of a Blade directive. documentation on custom Blade directives [here](https://laravel.com/docs/10.x/blade#custom-if-statements). This change adds support for the following directives: - `@haspermission`, `@unlesshaspermission`, `@elsehaspermission`, `@endhaspermission`...

Hi, fix https://github.com/shetabit/multipay/pull/228#discussion_r1518675000 and update Exception message of `verify` method.

Hi, This pull request adds two custom methods to the Digipay Gateway: - [Purchase Reverse](https://docs.mydigipay.com/upg.html#_purchase_reverse) - [Purchase Delivery](https://docs.mydigipay.com/upg.html#_purchase_delivery) Additionally, only the base URL is defined in the config file, while...

Subject: Enhancing Payment Class with __call Magic Method Description: Hi, This pull request adds the magic method `__call` to `Shetabit\Multipay\Payment` to enable the calling of custom methods of drivers. I...

Hi, The `migrate:fresh` command in Laravel fully supports this functionality. This command executes `migrate:fresh`, followed by `module:migrate` (not need). ```php $this->call('migrate:fresh'); $this->call('module:migrate', [ 'module' => $this->getModuleName(), '--database' => $this->option('database'), '--force'...

Hi there, In this pull request, I've implemented a GitHub Action to run tests on push and create a merge request. The tests now cover PHP versions 7.1, 7.2, 7.3,...

Hi, This PR introduces several new methods to the package. The added methods are as follows: --- `getFirstDayOfQuarter`: Retrieves the first day of the current quarter. `getEndDayOfWeek`: Retrieves the last...

## Summary Hello, In this pull request, I have added the `FieldType` class. In the current version, there are instances where incorrect value types, incorrect keys, etc., are defined. Additionally,...