baakovi / Starship

Project carried out with the Symfony 7 framework for studies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosmic Coding - StarShip

Learning the Symfony framework with Symfony Casts.

To start the Symfony Server:   symfony serve

Building a Page

  • Step one: give it a URL, the route.
  • Step two: write PHP function to generate the page, the controller (inside the source directory).
    • Each class must have a namespace on the beginning.

Symfony Recipes

For returning HTML, we're using Twig

Symfony Skeleton

Symfony Profiler - composer require debug

Platform for creating API's

About

Project carried out with the Symfony 7 framework for studies


Languages

Language:PHP 73.8%Language:Twig 26.2%