The alternative text used is "SONG by ARTISTS", where SONG and ARTISTS are placeholders for their relevant properties. Lazy loading attribute must be placed currently as the first one of img elements for Firefox, see https://bugzilla.mozilla.org/show_bug.cgi?id=1647077. |
||
---|---|---|
assets | ||
bin | ||
config | ||
migrations | ||
public | ||
src | ||
templates | ||
tests | ||
translations | ||
.env | ||
.env.test | ||
.gitignore | ||
compose.override.yaml | ||
compose.yaml | ||
composer.json | ||
composer.lock | ||
importmap.php | ||
phpunit.xml.dist | ||
README.md | ||
symfony.lock |
How to setup project:
- Add database credentials in
.env.local
- Check requirements:
symfony check:requirements
- Install dependencies:
composer install
- Create DB:
php bin/console doctrine:database:create
- Create tables (?):
php bin/console doctrine:migrations:migrate