Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baakovi/starship

Project carried out with the Symfony 7 framework for studies
https://github.com/baakovi/starship

php php8 symfony symfony-application webpack

Last synced: about 1 month ago
JSON representation

Project carried out with the Symfony 7 framework for studies

Awesome Lists containing this project

README

        

## Cosmic Coding - StarShip

Learning the **Symfony** framework with [Symfony Casts](https://symfonycasts.com/tracks/symfony7).

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](https://github.com/symfony/recipes?tab=readme-ov-file)

For returning HTML, we're using [Twig](https://twig.symfony.com/)

[Symfony Skeleton](https://github.com/symfony/skeleton)

**Symfony Profiler** - ```composer require debug```

[Platform for creating API's](https://api-platform.com/)