Che cosa è Symfony
  • Introduzione
Installazione Symfony
  • Installazione Symfony - Mac - Linux - Windows
La struttura
  • Struttura - La Cartella App
  • Struttura - La Cartella Bin
  • Struttura - La Cartella src
  • Struttura - La Cartella var
  • Struttura - La Cartella Web
  • Struttura - Root
  • Struttura - Bundle
  • Struttura - Iniziare con Git
  • Struttura - Differenze tra Symfony 2 e Symfony 3
Strumenti indispensabili da Conoscere
  • Xdebug
  • Symfony - Profiler
  • Intro Service Container
  • Simple Service
Request - Response
  • Introduzione a Request - Response
  • Intro Request - Recupero Parametri query
  • Request - files
  • Request - parameterBag
  • Response Intro
  • Response in Action
  • Response - Cookies
  • Response - BinaryResponse and Redirect
  • Response - JsonResponse
Lavorare con i Form - Upload Image
  • Creare il primo Form
  • Opzioni Form e inizio Upload File
  • Upload Image
  • Form Validation Constraints
  • Form - Service Image
  • Form - Service thumb
  • Form - Dependency Injection
  • Form - Update Form
  • Form - Translate Constraints
Alla scoperta del Json Response
  • Form Json - starter Kit
  • Form Json - Javascript Jquery
  • Form Json - Update Entity and constraints
  • Form Json - Ajax i primi passi
  • Form Json - Salvataggio
  • Form Json - Gestione Errori
  • Form Json - RenderView
  • Form Json - l'ultimo pizzico di Javascript
Twig
  • Twig - Introduzione
  • Twig - Le variabili
  • Twig - Filtri #1
  • Twig - Filtri #2
  • Twig - Filtri Date
  • Twig - Filtri Array
  • Twig - Filtri Trans e Transchoice
  • Twig - Filtri Escape
  • Twig - Filtri escape Js
  • Twig - Ultimi Filtri
  • Twig - Tag Include
  • Twig - Tag Include #2
  • Twig - Function Include
  • Twig - For #1
  • Twig - Tag for #2
  • Twig - Tag - Extends
Routing
  • Routing - Intro
  • Routing - Intro nel Codice
  • Routing - Annotation #1
  • Routing - Yaml
  • Routing - Host Yaml
  • Routing - Host Annotation
  • Routing - Defaults e _format Yaml
  • Routing - Defaults e _format Annotation
  • Routing - _locale e Extra Information Yaml
  • Routing - _locale e Extra Information Annotation
  • Routing - Prefix Yaml
  • Routing - Prefix Annotation
  • Routing - GenerateUrl e Cache
Autenticazione
  • Security - Intro
  • Security - http_basic
  • Security - Check Role
  • Security - encode password
  • Security - Creato User e Db
  • Security - Register User
  • Security - Login
  • Security - Login - username or email
  • Security - Remember me
  • Security - access_control
  • Security - Switch_user
  • Security - ROLE
  • Security - Relation e creazione Post
  • Security - post POST
  • Security - Post Show and Delete
  • Security - Voter #16
  • Security - in_memory #17