// composer.json
{
"require": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"babdev/pagerfanta-bundle": "^3.7", // v3.7.0
"doctrine/doctrine-bundle": "^2.7", // 2.7.0
"doctrine/doctrine-migrations-bundle": "^3.2", // 3.2.2
"doctrine/orm": "^2.12", // 2.12.3
"knplabs/knp-time-bundle": "^1.18", // v1.19.0
"pagerfanta/doctrine-orm-adapter": "^3.6", // v3.6.1
"pagerfanta/twig": "^3.6", // v3.6.1
"sensio/framework-extra-bundle": "^6.2", // v6.2.6
"stof/doctrine-extensions-bundle": "^1.7", // v1.7.0
"symfony/asset": "6.1.*", // v6.1.0
"symfony/console": "6.1.*", // v6.1.2
"symfony/dotenv": "6.1.*", // v6.1.0
"symfony/flex": "^2", // v2.4.5
"symfony/framework-bundle": "6.1.*", // v6.1.2
"symfony/http-client": "6.1.*", // v6.1.2
"symfony/monolog-bundle": "^3.0", // v3.8.0
"symfony/proxy-manager-bridge": "6.1.*", // v6.1.0
"symfony/runtime": "6.4.3", // v6.4.3
"symfony/twig-bundle": "6.1.*", // v6.1.1
"symfony/ux-turbo": "^2.0", // v2.3.0
"symfony/webpack-encore-bundle": "^1.13", // v1.15.1
"symfony/yaml": "6.1.*", // v6.1.2
"twig/extra-bundle": "^2.12|^3.0", // v3.4.0
"twig/twig": "^2.12|^3.0" // v3.4.1
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4", // 3.4.2
"symfony/debug-bundle": "6.1.*", // v6.1.0
"symfony/maker-bundle": "^1.41", // v1.44.0
"symfony/stopwatch": "6.1.*", // v6.1.0
"symfony/web-profiler-bundle": "6.1.*", // v6.1.2
"zenstruck/foundry": "^1.21" // v1.21.0
}
}
7 Comments
My version, even when I copied the transcripts code, results in the text under each image to be rendered. as decorated links.
That is small blue text with underlines.
Is a class missing / being over ridden?
Even with npm run watch, the browser can still aggressivley cache stylesheets - hard browser refresh may help in this case - it did for me
Hey @jazCoda ,
Exactly! Browser always caches assets on its side, and yeah, hard refresh should help in this way ind should be the 1st thing you try if you see your changes were not applied yet. For this in Chrome, you need to have Chrome inspector opened, and then you press and hold browser's "Reload" button, and in the dropdown list you can choose "Hard reload", or I would better suggest "Empty cache and hard reload" instead which is more aggressive to cached files. I think that's not something every dev knows about because that button is kinda hidden in latest versions of Chrome.
Cheers!
Hey @EssKy
There should be
assets/styles/app.csswith styles formixed-vinyl-containerclass which looks like thisI just checked the
final/andstart/code folders and it is there as well.cheers!
I made these changes to make mine look the same...
why (at -0:37) you say "array" but use an object syntax?
Hey Wh,
Actually, that's just a Twig syntax for associative arrays. For indexed arrays you're using
['a', 'b', 'c']but for associative ones:{'a': 'b', 'c': 'd'}. So, it looks like a JS object but technically it's a simple PHP array :)Cheers!
"Houston: no signs of life"
Start the conversation!