Adrian Nürnberger
Adrian Nürnberger
Currently dynamic-components are not that dynamic as you need to hardcode the attributes ```blade ``` Or pass them via a "magic" attribute ```blade ``` But then you have to parse...
I have the following structure: `routes/web.php` ```php foreach (File::allFiles(__DIR__.'/web') as $file) { require $file->getPathname(); } ``` And some routing files separated per module: ``` routes/web/moduleA.php routes/web/moduleB.php ... ``` Some module...
Hey its me again with an attachment name issue. If added a failing test, happy fixing. greetings Adrian
### What: - [x] Bug Fix ### Description: [Mutation testing](https://github.com/infection/infection) relies on real generated phpunit classes under the hood of pest. (for example `P\Tests\CalculatorTest::__pest_evaluable_it_adds`) my current junit implementation for pest...
Hey @shiftkey, it seems that your ssl cert for https://apt.packages.shiftkey.dev/ is the default azure one and causes an error for `apt` > Error: https://apt.packages.shiftkey.dev/ubuntu any InRelease > Certificate verification failed:...
### Bug description Within a livewire blade file its not possible to click trough a computed property as its possible in the component. --- Relates to https://github.com/laravel-idea/plugin/issues/1173