Download the PHP package netbrothers-gmbh/nbcsb-bundle without Composer
On this page you can find all versions of the php package netbrothers-gmbh/nbcsb-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download netbrothers-gmbh/nbcsb-bundle
More information about netbrothers-gmbh/nbcsb-bundle
Files in netbrothers-gmbh/nbcsb-bundle
Package nbcsb-bundle
Short Description Creating skeleton structure for symfony bundle with one single command. Creates directory structure and necessary files, activates your bundle. See: https://netbrothers.de/easy-create-reusable-symfony-bundle
License MIT
Homepage https://github.com/netbrothers-gmbh/nbcsb-bundle
Informations about the package nbcsb-bundle
NetBrothers Create Symfony Bundle
This is a command line tool for creating skeleton structure for symfony bundle:
- creates directory structure and necessary files under
src/
- activates your new bundle in symfony's
bundle.php
The namespace of your bundle will be App\[YourBundleName]
.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Usage
Open a command console, enter your project directory and execute the following command:
Be aware to name your bundle with "Bundle" - like symfony demand.
Configuration
If you prefer to change templates:
- Find under
installation/templates
basic templates. Copy them to any place you like. - Copy
installation/config/packages/netbrothers_nbcsb.yaml
to symfony's config path - Insert into
netbrothers_nbcsb.yaml
your template path. - Clear symfony's cache.
Author
Stefan Wessel, NetBrothers GmbH
Licence
MIT
All versions of nbcsb-bundle with dependencies
symfony/console Version >=7 <8
symfony/serializer Version >=7 <8
symfony/string Version >=7 <8
symfony/yaml Version >=7 <8