-
**Is your feature request related to a problem? Please describe.**
Yes, This will eliminate the ugly if-else blocks. I don't know it is feasible or not. Just an idea.
**Describe the solution you'd…
-
I would like to use FCM in Laravel Notifications and while I found https://github.com/douglasresendemaciel/fcm-laravel-notification that has that part, I found this project to be better for building t…
-
I managed to install it but it gives the classic Laravel 5 incompatibility issue like all packages.
If you have any idea where I should look for or what to do, I could do it.
Thank you, here is the e…
-
I'm using WSL2 and not PHP installed in my WSL2. And I run my Laravel project with a custom PHP docker container. I'm not using Laravel Sail for that. Is there any way to make Laravel Pint run it on m…
-
`هذه جملة عربية طويلة تحتوي على العديد من الكلمات لتوضيح كيفية التعامل مع النصوص الطويلة في هذا السياق`
- On the HTML it's showing fine
![image](https://github.com/user-attachments/assets/d8f64d76…
-
Nice cleaner way to add yaml Lang and config
Don't mind your aproach vs devitek, i actually like it :)
I guees your aproach is cleaner with the only drawback not being able to convert every single l…
-
I followed the steps and map /data to local directory so everything seems to be ok.
I run it with the following:
`docker run --name=pp -p 80:80 -p 443:443 -d -v /home/--my user---/data:/data --…
-
after publish venor traslate in sample path **/resources/lang/vendor/shop/en/front.php** command **php artisan translate:files** cannot ditect them .
please help me how to traslate them ?
aslo if…
-
It would be pretty useful if this library were be [PSR-7 compliant](https://www.php-fig.org/psr/psr-7/). There are also some interfaces provided as a [composer package](https://packagist.org/packages/…
-
Boolean values are being cast to int, wich works with MySQL but throws an error when using PostgreSQL.
Postgres accepts `'0'` and `'1'` as strings, but not as integers, from what I understand.
O…