Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baakovi/starship
- Owner: baakovi
- Created: 2024-07-17T13:53:16.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-19T17:20:48.000Z (4 months ago)
- Last Synced: 2024-09-29T17:21:19.368Z (about 2 months ago)
- Topics: php, php8, symfony, symfony-application, webpack
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)