Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalwar/name-variation-app
A very simple project on how to make Symfony 7 application and use twig concept
https://github.com/kalwar/name-variation-app
php8 symfony symfony7 twig
Last synced: about 8 hours ago
JSON representation
A very simple project on how to make Symfony 7 application and use twig concept
- Host: GitHub
- URL: https://github.com/kalwar/name-variation-app
- Owner: kalwar
- Created: 2024-04-24T03:28:18.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-24T03:37:50.000Z (7 months ago)
- Last Synced: 2024-04-24T08:03:46.329Z (7 months ago)
- Topics: php8, symfony, symfony7, twig
- Language: CSS
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Name-Variation-App
This is a very simple project is used for learning how to make Symfony 7 application and use twig concept.
# Steps to follow
1. Clone the repo
2. Install dependencies using `composer install`
3. Run the application using: `symfony server:start`# Tech stack
1. [Symfony](https://symfony.com/)
2. [Twig](https://twig.symfony.com/)
3. [PHP](https://www.php.net/)# Use for reference
Use solely for reference material only.