Ebrahim Imami
Ebrahim Imami
- Fixed error with String class in PHP>5.6 and CakePHP 2.9 - Fixed a compatiblity issue with CakePHP 2.9
A little change, to show correct unicode characters that example responses might have instead of the way the are now in escaped. For example: ```json {"name":"\u0627\u0628\u0631\u0627\u0647\u06cc\u0645"} ``` should be displayed...
As some (maybe unwritten) naming convention about packages: - we see package names are mostly in **kebab-case** but Packr creates new package with Studly/Pascal case name despite what case we...
- Dump-Server Version: 1.3.0 - Laravel Version: v6.7.0 - PHP Version: 7.3.0 , 7.4.0 - OS: MacOS Catalina 10.15.1 ### Description: ```php dump('this text is displayed in web output'); dump('this...
This package is using the list `config('laravel-localization.paths.lang_dirs')` to decide which language files must be read and parsed. Is the a reason behind this approach ?? In my opinion there's a...
### What happened? In [jalali-date-time-picker.blade.php#L208](https://github.com/mokhosh/filament-jalali/blob/5791ac8ed7c601bada321b5e8e4574f00147189c/resources/views/jalali-date-time-picker.blade.php#L208C73-L208C76) the `rtl:flex-row-reverse` class is used which causes the time picker's inputs displays in a reversed direction which is wrong! having `rtl:flex-row-reverse` class: without `rtl:flex-row-reverse` class:...
Steps to reproduce this issue: - having a migration file in the package. - the migration file is already prefixed by a date and time. - the package is configured...