Jérôme Tamarelle b5b4afa2a5 feature #1782 Validate root_namespace configuration (GromNaN)
This PR was merged into the 1.x branch.

Discussion
----------

Validate `root_namespace` configuration

Fix #1781

Commits
-------

cfe91c44 Validate root_namespace configuration
2026-02-09 09:55:54 +01:00
2025-11-24 16:41:43 +01:00
2026-02-07 15:46:30 +01:00
2024-12-17 06:22:50 -05:00

The Symfony MakerBundle

The MakerBundle is the fastest way to generate the most common code you'll need in a Symfony app: commands, controllers, form classes, event subscribers and more!

Documentation

Read the documentation on Symfony.com

Backwards Compatibility Promise

This bundle shares the backwards compatibility promise from Symfony. But, with a few clarifications.

A) The input arguments or options to a command may change between minor releases. If you're using the commands in an automated, scripted way, be aware of this.

B) The generated code itself may change between minor releases. This will allow us to continuously improve the generated code!


Build Documentation Locally

This is not needed for contributing, but it's useful if you would like to debug some issue in the docs or if you want to read MakerBundles Documentation offline.

cd _docs_build/

composer install

php build.php

After generating docs, serve them with the internal PHP server:

php -S localhost:8000 -t output/

Browse http://localhost:8000 to read the docs.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:35:17.534Z
Readme MIT 10 MiB
Languages
PHP 99.9%
Hack 0.1%