An open API service indexing awesome lists of open source software.

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

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