Chapters
19 Chapters
|
1:49:02
|
Login to bookmark this video
-
Course Code
Subscribe to download the code!
Subscribe to download the code!
-
This Video
Subscribe to download the video!
Subscribe to download the video!
-
Subtitles
Subscribe to download the subtitles!
Subscribe to download the subtitles!
-
Course Script
Subscribe to download the script!
Subscribe to download the script!
Scroll down to the script below, click on any sentence (including terminal blocks) to jump to that spot in the video!
Subscribe to jump to this part in the video!
What PHP libraries does this tutorial use?
// composer.json
{
"require": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/dbal": "^3", // 3.9.4
"doctrine/doctrine-bundle": "^2.13", // 2.13.2
"doctrine/doctrine-migrations-bundle": "^3.4", // 3.4.1
"doctrine/orm": "^3.3", // 3.3.2
"symfony/asset": "7.2.*", // v7.2.0
"symfony/asset-mapper": "7.2.*", // v7.2.3
"symfony/console": "7.2.*", // v7.2.1
"symfony/dotenv": "7.2.*", // v7.2.0
"symfony/flex": "^2", // v2.5.0
"symfony/form": "7.2.*", // v7.2.4
"symfony/framework-bundle": "7.2.*", // v7.2.4
"symfony/http-client": "7.2.*", // v7.2.4
"symfony/runtime": "7.2.*", // v7.2.3
"symfony/security-bundle": "7.2.*", // v7.2.3
"symfony/stimulus-bundle": "^2.22", // v2.23.0
"symfony/twig-bundle": "7.2.*", // v7.2.0
"symfony/validator": "7.2.*", // v7.2.4
"symfony/webhook": "7.2.*", // v7.2.0
"symfony/yaml": "7.2.*", // v7.2.3
"symfonycasts/tailwind-bundle": "^0.7.1", // v0.7.1
"twig/extra-bundle": "^2.12|^3.0", // v3.20.0
"twig/twig": "^2.12|^3.0" // v3.20.0
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^4.0", // 4.0.0
"phpunit/phpunit": "^9.5", // 9.6.22
"symfony/browser-kit": "7.2.*", // v7.2.0
"symfony/css-selector": "7.2.*", // v7.2.0
"symfony/maker-bundle": "^1.62", // v1.62.1
"symfony/phpunit-bridge": "^7.2", // v7.2.0
"symfony/stopwatch": "7.2.*", // v7.2.4
"symfony/web-profiler-bundle": "7.2.*", // v7.2.4
"zenstruck/foundry": "*" // v2.3.8
}
}
3 Comments
In the install "php bin/console tailwind:build" not work my PC windows 10
This command is rejected. The message is:
"This application cannot be run on your computer." What's the solution?
Weird, try deleting
var/*and try again, the bundle downloads a tailwind binary for your OS. I'm not familiar with this ever going wrong, but this should at least force it to redownload, Let me know if this helps... or if it totally doesn't ;)Cheers!
Problem solved!
Thank you very much for the contribution
"Houston: no signs of life"
Start the conversation!