Go to file
2024-02-22 15:36:13 +01:00
assets js and style add to fav 2024-02-22 15:29:29 +01:00
bin Add webapp packages 2024-02-15 09:20:20 +00:00
config db stuff trust me 2024-02-22 10:12:02 +00:00
migrations db stuff trust me 2024-02-22 10:12:02 +00:00
public Add initial set of files 2024-02-15 09:20:06 +00:00
src header got favs and logout 2024-02-22 15:36:13 +01:00
templates header got favs and logout 2024-02-22 15:36:13 +01:00
tests Add webapp packages 2024-02-15 09:20:20 +00:00
translations Add webapp packages 2024-02-15 09:20:20 +00:00
.env Add webapp packages 2024-02-15 09:20:20 +00:00
.env.test Add webapp packages 2024-02-15 09:20:20 +00:00
.gitignore feat: gitignore for macos 2024-02-21 15:35:53 +01:00
compose.override.yaml Add webapp packages 2024-02-15 09:20:20 +00:00
compose.yaml Add webapp packages 2024-02-15 09:20:20 +00:00
composer.json added stuff trust me bro 2024-02-21 16:34:33 +00:00
composer.lock added stuff trust me bro 2024-02-21 16:34:33 +00:00
importmap.php Add webapp packages 2024-02-15 09:20:20 +00:00
phpunit.xml.dist Add webapp packages 2024-02-15 09:20:20 +00:00
README.md add README 2024-02-21 17:41:56 +01:00
symfony.lock Add webapp packages 2024-02-15 09:20:20 +00:00

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