-
Hi 👋🏻
I recently faced an issue when it comes to use the search form plugged to a LiveComponent, it seems that the LiveProp is not initialized:
```js
Uncaught Error: The model name "query" wa…
-
My object is set as a `LiveProp` inside a Live component. It's a plain DTO with a method added, a virtual one, named `getDiscountedUnitPrice`:
```php
gremo updated
3 weeks ago
-
https://github.com/symfony/symfony/pull/13234
```
framework:
assets:
packages:
app:
base_path: /bundles/app/
img:
base_path: /bundl…
-
https://fractal.thephpleague.com/serializers
(https://dev.to/filmineng/php-libraries-and-tools-3blf)
+ Add api for available activity plugins
-
listFiles() should not fetch all files and filter them after then.
For slow FS this is plain evil.
i.e.: glob = lib/*
FTP fetches all dirs in root but could rule all except fot /lib out forehand.
-
As of this moment I'm using JMS Translation bundle which is quite terrific but has not been actively maintained for a while. Anyhow, it as a very good support for message extractor which makes it supe…
-
Reproduce:
```php
use React\EventLoop\Factory as Loop;
use React\Async;
use React\Promise\Deferred;
$loop = Loop::create();
$deferred = new Deferred;
$promise = $deferred->promise();
$lo…
-
In the symfony profiler, we can see this depreciation:
`The configuration key "scope" is unsupported for service definition "apoutchika_media.listener.media_content" in "services.yml". Allowed conf…
-
PHP version constraint when installing - here's full error:
➜ html composer require creativestyle/magesuite-page-cache-warmer
Warning from https://repo.packagist.org: Support for Composer 1 is de…
-
| Q | A
| ---------------- | -----
| RFC? | yes
Hey guys! As we move forward to a more modular approach of the bundle and the code splitting, we will have to make a cho…
Vincz updated
3 years ago