https://github.com/ebitkov/symfony-bundle
Template for Symfony bundles.
https://github.com/ebitkov/symfony-bundle
Last synced: 9 months ago
JSON representation
Template for Symfony bundles.
- Host: GitHub
- URL: https://github.com/ebitkov/symfony-bundle
- Owner: ebitkov
- License: mit
- Created: 2023-11-12T20:15:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T21:12:26.000Z (over 2 years ago)
- Last Synced: 2025-01-16T22:16:39.380Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony bundle template
This project provides a boilerplate for Symfony bundles. It pre-defines needed classes and some basic configuration.
For more details about how to structure your bundle checkout
the [Symfony Documentation](https://symfony.com/doc/current/bundles.html).