-
On Symfony4,
```
composer show -l 'symfony/*'
symfony/asset v4.0.4 v4.0.4 Symfony Asset Component
symfony/browser-kit v4.0.4 v4.0.4 …
-
Versionning may be disabled at the user choice. Encore shouldn't ignore this choice to fix a technical naming issue.
For the final user, getting the bad file, may be better than no file at all (thi…
-
What about `Symfony4` support?
-
``` yml
firewalls:
dev:
pattern: ^/(_(profiler|wdt|fragment)|css|images|js)/
security: false
main:
pattern: /
ololo: ~
…
-
When using SF4 we get following ServiceNotFoundException:
> The "fos_rest.view_handler" service or alias has been removed or inlined when the container was compiled. You should either make it publi…
-
Getting following error when tried this on Symfony4
```
In Neo4jDataCollector.php line 90:
Error: Class Neo4j\Neo4jBundle\Collector\Neo4jDataCollector contains 1 abstract method and must therefore …
-
I know that you don't provide user support in this repo ... but I've tried making this work for a lot of time, I've asked on Symfony's Slack multiple times and nobody replied and I Googled about this …
-
This is my question on stackoverflow https://stackoverflow.com/questions/48849982/symfony-4-the-autoloader-expected-class-to-be-defined-in-file
As you can see I wanted to use an old Bundle but it's n…
-
at roadmap
https://github.com/Kunstmaan/KunstmaanBundlesCMS/blob/master/docs/99-05-roadmap.md
I don't read mention of compat with Symfony4, Flex (Recipe), etc.
Is there a doc with current…
ghost updated
6 years ago
-
I am deploying a Symfony4 app on Heroku. Everything worked fine up until it didn't anymore. Don't really know what to do.
The `npm run build` command seems to fail.
Below is the deploy output from…