Faks
Repos
38
Followers
14
Following
49

Laravel Package Translator Loader is translations loader that will help to translation your package fully Finally about time, I would say.

2
0

A Laravel package to ReCompose your installed packages, their dependencies, your app & server environment

12
0

Solum DeSignum Scenarios is agnostic backend validation Scenarios package.

9
0

Framework agnostic environment loader that abstracts PHP dotEnv for faster env loading.

6
1

Full PHP development environment for Docker, with custom multiple php versions out off box.

Generate PDF invoices for your customers in laravel

1
0

Events

Created at 2 days ago
create branch
Faks create branch next
Created at 3 days ago
issue comment
Explorer Patcher will not update or uninstall

try clicking alt+tab multiple times and it should crash.

Created at 5 days ago
issue comment
[10.x] Skip isParameterBackedEnumWithStringBackingType for non ReflectionNamedType

@vladimirmartsul I am so sorry for this issue. There wasn't any tests that broke for me when i did this change.

And i didn't know that we needed to adhere for a special case regarding union types and intersection types. Thank you for the bugfix anyway.

don't worry, at least we found them (who encountered them), we only could for future create for route registration regression tests to avoid such pitfalls?

Created at 5 days ago
issue comment
Update Reflector.php

This change is incorrect.

why ?, can you explain ? Note: also please read this https://github.com/laravel/framework/issues/46515

Created at 5 days ago
issue comment
KB5023706 - Windows 11

just did reinstall. image

Created at 6 days ago
issue comment
KB5023706 - Windows 11

~Could you check EP's version by checking the details tab inl properties of C:\Windows\dxgi.dll (not system32)? I expect it's 22621.1413.54.x.~ If you use the latest version, I doubt you're using another explorer patching app.

you are right.

Created at 6 days ago
issue comment
KB5023706 - Windows 11

image

Created at 6 days ago
issue comment
KB5023706 - Windows 11

image only for you..., download today, all issues after fresh re-install. if wish I can record a video to prove you wrong....

No need to prove me wrong, idk what do you expect, it's Microsoft's OS, not mine, I don't know all its ins and outs. Even if you show me and I believe you, is it going to magically solve your issues? No. maybe it's some rare bug that happens on your config. It's pointless to believe in it if I cannot reproduce it or don't know how to fix it anyway.

https://www.veed.io/view/61b568e5-e0b4-465b-9c62-a37c67cb3c20?sharingWidget=true&panel=share

Created at 6 days ago
issue comment
KB5023706 - Windows 11

image only for you...

Created at 6 days ago
issue comment
KB5023706 - Windows 11

image

Created at 6 days ago
issue comment
[10.x] Fix enums uses with optional implicit parameters (#46483)

https://github.com/laravel/framework/pull/46516

Created at 6 days ago
pull request opened
Update Reflector.php

1.) added: bugfix to refactor method.

Created at 6 days ago

Update Reflector.php

1.) added: bugfix to refactor method.

Created at 6 days ago
Created at 6 days ago
issue comment
[10.x] Fix enums uses with optional implicit parameters (#46483)

The fix is /** * Determine if the parameter's type is a Backed Enum with a string backing type. * * @param \ReflectionParameter $parameter * @return bool */ public static function isParameterBackedEnumWithStringBackingType($parameter) { $backedEnumClass = $parameter?->getType();

    if (is_null($backedEnumClass)) {
        return false;
    }

    if (enum_exists($backedEnumClass)) {
        $reflectionBackedEnum = new ReflectionEnum($backedEnumClass);

        return $reflectionBackedEnum->isBacked()
            && $reflectionBackedEnum->getBackingType()->getName() == 'string';
    }

    return false;
}
                            
Created at 6 days ago
opened issue
[10.x] Fix enums uses with optional implicit parameters (#46483)

Hi, I checked code in Reflector, and seems there is a bug..., and left a fix in comment.

  • Laravel Version: 10.#.#
  • PHP Version: 8.2.0
  • Database Driver & Version:

Description:

Steps To Reproduce:

Created at 6 days ago
Faks create tag v1.9.1
Created at 6 days ago

composer.json: 1.) added: changes on required to avoid possible issues

Signed-off-by: Oskars Germovs sia_dev@inbox.lv

Merge remote-tracking branch 'origin/dev' into dev

Merge pull request #2 from SolumDeSignum/dev

Dev

Created at 6 days ago
pull request closed
Dev
Created at 6 days ago
pull request opened
Dev
Created at 6 days ago