weristspokey / mealplanner

a tool to plan weekly meals and grocerylists
0 stars 0 forks source link

Update to symfony 4 #16

Closed weristspokey closed 6 years ago

weristspokey commented 6 years ago

https://symfony.com/doc/current/setup/flex.html#upgrading-existing-applications-to-flex

weristspokey commented 6 years ago

Tutorial: https://knpuniversity.com/screencast/symfony4-upgrade/service-deprecations#play

weristspokey commented 6 years ago

SensioGeneratorBundle -- > MakerBundle SwiftMailer --> https://symfony.com/doc/current/email.html

weristspokey commented 6 years ago

Symfony Skeleton { "name": "symfony/skeleton", "type": "project", "license": "MIT", "description": "A minimal Symfony project recommended to create bare bones applications", "require": { "php": "^7.1.3", "ext-iconv": "", "symfony/console": "^4.0", "symfony/flex": "^1.0", "symfony/framework-bundle": "^4.0", "symfony/lts": "^4@dev", "symfony/yaml": "^4.0" }, "require-dev": { "symfony/dotenv": "^4.0" }, "config": { "preferred-install": { "": "dist" }, "sort-packages": true }, "autoload": { "psr-4": { "App\": "src/" } }, "autoload-dev": { "psr-4": { "App\Tests\": "tests/" } }, "replace": { "symfony/polyfill-iconv": "", "symfony/polyfill-php71": "", "symfony/polyfill-php70": "", "symfony/polyfill-php56": "" }, "scripts": { "auto-scripts": [ ], "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" ] }, "conflict": { "symfony/symfony": "*" }, "extra": { "symfony": { "id": "", "allow-contrib": false } } }

weristspokey commented 6 years ago

./bin/console debug:config framework

weristspokey commented 6 years ago

Template files alle in /templates