MyGit

symfony/maker-bundle

Fork: 406 Star: 3357 (更新于 2024-10-15 16:06:56)

license: MIT

Language: PHP .

Symfony Maker Bundle

最后发布版本: v1.61.0 ( 2024-08-30 06:50:41)

官方网址 GitHub网址

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.

最近版本更新:(数据更新于 2024-09-13 12:26:54)

2024-08-30 06:50:41 v1.61.0

2024-06-10 14:04:25 v1.60.0

2024-05-06 12:00:32 v1.59.1

2024-04-28 05:15:40 v1.59.0

2024-04-06 23:08:31 v1.58.0

2024-03-22 20:00:48 v1.57.0

2024-03-04 21:37:25 v1.56.0

2024-02-21 21:43:35 v1.55.1

2024-02-21 11:38:06 v1.55.0

2024-02-07 05:25:23 v1.54.0

symfony/maker-bundle同语言 PHP最近更新仓库

2024-11-01 18:37:36 schmittjoh/JMSSerializerBundle

2024-10-31 21:37:53 filamentphp/filament

2024-10-28 00:16:41 symfony/var-dumper

2024-10-28 00:11:41 symfony/symfony

2024-10-11 23:44:26 coollabsio/coolify

2024-10-11 03:27:29 odan/slim4-skeleton