https://github.com/vikbert/symfony-fast-track
SymfonyWorld winter Edition Workshop - Symfony the fast track
https://github.com/vikbert/symfony-fast-track
Last synced: 7 months ago
JSON representation
SymfonyWorld winter Edition Workshop - Symfony the fast track
- Host: GitHub
- URL: https://github.com/vikbert/symfony-fast-track
- Owner: vikbert
- Created: 2022-12-07T09:09:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T14:12:13.000Z (over 3 years ago)
- Last Synced: 2025-06-24T20:49:12.630Z (9 months ago)
- Language: PHP
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The fast track -- workshop
## Session 01
symfony new app
symfony composer req webapp
symfony composer req webapp:^1.1
symfony console make:controller
ConferenceController
## Topics
- debug variables
- symfony with test database
-
# FAQ
## difference between packages and bundles
## auto open file from phpstorm
```
export SYMFONY_IDE=vscode
```
# Notice
- we moved everything to attributes to have the clean syntax.
- doctrine is going to remove the table, if there is no entity exist for that.
- ❓ slug does not work
`akismet.com` API key
```
5d43020ed766
```
# Repository
`git remote add origin https://github.com/nicolas-grekas/ws-winter`
# Resources
local homepage
local admin
attribute was introduced in php8
symfony recommend the attributes syntax
scoped http client config