tallmancode / devalicious
A collection of handy developer tools for Symfony projects.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=8.0
- symfony/config: ^5.4.7 | ^6.0
- symfony/console: ^5.4.7 | ^6.0
- symfony/dependency-injection: ^5.4.7 | ^6.0
- symfony/deprecation-contracts: ^2.2 | ^3.0
- symfony/filesystem: ^5.4.7 | ^6.0
- symfony/framework-bundle: ^5.4.7 | ^6.0
- symfony/http-kernel: ^5.4.7 | ^6.0
Requires (Dev)
- symfony/phpunit-bridge: ^5.4.7 | ^6.1
- symfony/polyfill-php80: ^1.16.0
- symfony/process: ^5.4.7 | ^6.0
- symfony/yaml: ^5.4.7 | ^6.0
This package is auto-updated.
Last update: 2024-11-21 14:29:52 UTC
README
Table of Contents
- Installation
- Make Bundle Command
- How To Make A Bundle
Installation
composer require tallmancode/devalicious --dev
Make Bundle Command
This bundle provides a handy command under the make:
namespace. Intended to speed up getting started with developing a symfony bundle, the command with create a boilerpalt template for your bundles and get you making cool stuff faster.
Usage
To make a bundle simply run.
php bin/console make:bundle
or
php bin/console make:bundle <vendor_name> <bundle_name>
To bypass the vendor and bundle name questions.